AI2 Component  (Version nb184)
com.google.appinventor.components.scripts.DocumentationGenerator Class Reference
Inheritance diagram for com.google.appinventor.components.scripts.DocumentationGenerator:
com.google.appinventor.components.scripts.ComponentProcessor

Protected Member Functions

final void outputResults () throws IOException
 

Additional Inherited Members

- Protected Attributes inherited from com.google.appinventor.components.scripts.ComponentProcessor
Messager messager
 
final SortedMap< String, ComponentInfocomponents = Maps.newTreeMap()
 

Detailed Description

Generates user-level HTML documentation for Young Android components into a single html file.

Historical note: This was once an abstract superclass of multiple documentation generators (one single-page, one multi-page). If there is a need to make it so again, change the private output methods back to protected, and override them as desired in concrete subclasses.

Author
spert.nosp@m.us@g.nosp@m.oogle.nosp@m..com (Ellen Spertus)

Definition at line 28 of file DocumentationGenerator.java.

Member Function Documentation

◆ outputResults()

final void com.google.appinventor.components.scripts.DocumentationGenerator.outputResults ( ) throws IOException
protected

Definition at line 77 of file DocumentationGenerator.java.


The documentation for this class was generated from the following file: