Package ortus.boxlang.tools.util
Class BIFDocumentationGenerator
java.lang.Object
ortus.boxlang.tools.util.BIFDocumentationGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IStructgenerate(DocletEnvironment docsEnvironment) generateBIFTemplate(IStruct bifRecord, List<Element> docElements, DocletEnvironment docsEnvironment) Generates the physical BIF Documentation template and writes it out to the disk
-
Constructor Details
-
BIFDocumentationGenerator
public BIFDocumentationGenerator()
-
-
Method Details
-
generate
- Throws:
IOException
-
generateBIFTemplate
public static HashMap<String,String> generateBIFTemplate(IStruct bifRecord, List<Element> docElements, DocletEnvironment docsEnvironment) Generates the physical BIF Documentation template and writes it out to the disk- Parameters:
bifRecord- The struct containing the BIF informationdocElements- The list of all Javadoc elements for the BIF classdocsEnvironment- The full docs environment, which allows us to access the util methods- Returns:
-