Skip to content

Commit dd35003

Browse files
committed
Doc formatting fixes.
1 parent 9179eaa commit dd35003

File tree

1 file changed

+6
-5
lines changed
  • javascript/node/selenium-webdriver

1 file changed

+6
-5
lines changed

javascript/node/selenium-webdriver/ie.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
/**
1717
* @fileoverview Defines a {@linkplain Driver WebDriver} client for Microsoft's
1818
* Internet Explorer. Before using the IEDriver, you must download the latest
19-
* [IEDriverServer](selenium-release.storage.googleapis.com/index.html) and
20-
* place it on your [PATH](http://en.wikipedia.org/wiki/PATH_(variable)).
21-
* You must also apply the system configuration outlined on the Selenium
22-
* project [wiki](http://goo.gl/Z0hCpR)
19+
* [IEDriverServer](http://selenium-release.storage.googleapis.com/index.html)
20+
* and place it on your
21+
* [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29). You must also apply
22+
* the system configuration outlined on the Selenium project
23+
* [wiki](http://goo.gl/Z0hCpR)
2324
*/
2425

2526
'use strict';
@@ -298,7 +299,7 @@ Options.prototype.setLogFile = function(file) {
298299

299300

300301
/**
301-
* Sets the IEDriverServer's logging level.
302+
* Sets the IEDriverServer's logging {@linkplain Level level}.
302303
* @param {Level} level The logging level.
303304
* @return {!Options} A self reference.
304305
*/

0 commit comments

Comments
 (0)