Package org.fife.rsta.ac.js
Class Util
java.lang.Object
org.fife.rsta.ac.js.Util
Utility classes for the JavaScript code completion.
- Version:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringjsDocToHtml(String jsDoc) Generates an HTML summary from a JSDoc comment.
-
Constructor Details
-
Util
private Util()Private constructor to prevent instantiation.
-
-
Method Details
-
jsDocToHtml
Generates an HTML summary from a JSDoc comment.- Parameters:
jsDoc- The JSDoc comment.- Returns:
- The HTML version.
-