Class JavaDocTool

java.lang.Object
java.util.Observable
com.nomagic.magicreport.engine.Tool
com.nomagic.reportwizard.tools.doc.JavaDocTool
All Implemented Interfaces:
ITool, IVariable, Serializable, Cloneable

@OpenApiAll public class JavaDocTool extends Tool
Provide the function to create Document for the JavaDoc.
Since:
Sep 3, 2008
See Also:
  • Constructor Details

    • JavaDocTool

      public JavaDocTool()
  • Method Details

    • create

      public Document create(String comment)
      Create and return a instance of Document. The JavaDoc comment must be started with /** and end with */.
      Parameters:
      comment - comment text
      Returns:
      a new instance of Document
      See Also:
    • createForText

      public Document createForText(String comment)
      Create and return a instance of Document.
      Parameters:
      comment - comment text
      Returns:
      a new instance of Document