Skip to content

Commit

Permalink
jdoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 9, 2020
1 parent d5f2e8d commit 476f99a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
* <li>ff.bin (optional): is the location of the FF binary, in Windows use double back-slashes</li>
* <li>ff68.bin (optional): is the location of the FF binary, in Windows use double back-slashes</li>
* <li>ie.bin (mandatory if it does not exist in the <i>path</i>): is the location of the IEDriverServer binary (see
* <li>edge.bin (optional): is the location of the Edge binary, use double back-slashes</li>
* <a href="http://selenium-release.storage.googleapis.com/index.html">IEDriverServer downloads</a>)</li>
* <li>edge.bin (mandatory if it does not exist in the <i>path</i>): is the location of the MicrosoftWebDriver binary
* (see <a href="http://go.microsoft.com/fwlink/?LinkId=619687">MicrosoftWebDriver downloads</a>)</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ public void cssPageRule() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSPrimitiveValue}.
* Test CSSPrimitiveValue.
*
* @throws Exception if an error occurs
*/
Expand Down Expand Up @@ -1598,7 +1598,7 @@ public void cssUnknownRule() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSValue}.
* Test CSSValue.
*
* @throws Exception if an error occurs
*/
Expand Down Expand Up @@ -2020,7 +2020,7 @@ public void domConfiguration() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.dom.DOMCursor}.
* Test DOMCursor.
*
* @throws Exception if the test fails
*/
Expand Down Expand Up @@ -5255,7 +5255,7 @@ public void localFileSystemSync() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.media.LocalMediaStream}.
* Test LocalMediaStream.
*
* @throws Exception if the test fails
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ public void cssPageRule() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSPrimitiveValue}.
* Test CSSPrimitiveValue.
*
* @throws Exception if an error occurs
*/
Expand Down Expand Up @@ -1000,7 +1000,7 @@ public void cssSupportsRule() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.css.CSSValue}.
* Test CSSValue.
*
* @throws Exception if an error occurs
*/
Expand Down Expand Up @@ -1192,7 +1192,7 @@ public void documentType() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.dom.DOMCursor}.
* Test DOMCursor.
*
* @throws Exception if the test fails
*/
Expand Down Expand Up @@ -3344,7 +3344,7 @@ public void keyframeEffect() throws Exception {
}

/**
* Test {@link com.gargoylesoftware.htmlunit.javascript.host.media.LocalMediaStream}.
* Test LocalMediaStream.
*
* @throws Exception if the test fails
*/
Expand Down

0 comments on commit 476f99a

Please sign in to comment.