Class Util


  • public class Util
    extends java.lang.Object
    Utility classes for the JavaScript code completion.
    Version:
    1.0
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Util()
      Private constructor to prevent instantiation.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String jsDocToHtml​(java.lang.String jsDoc)
      Generates an HTML summary from a JSDoc comment.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        private Util()
        Private constructor to prevent instantiation.
    • Method Detail

      • jsDocToHtml

        public static java.lang.String jsDocToHtml​(java.lang.String jsDoc)
        Generates an HTML summary from a JSDoc comment.
        Parameters:
        jsDoc - The JSDoc comment.
        Returns:
        The HTML version.