Package org.h2.build.doc

Tools to build the documentation.

See:
          Description

Class Summary
BnfRailroad A BNF visitor that generates HTML railroad diagrams.
BnfSyntax A BNF visitor that generates BNF in HTML form.
GenerateDoc This application generates sections of the documentation by converting the built-in help section (INFORMATION_SCHEMA.HELP) to cross linked html.
GenerateHelp Generates the help.csv file that is included in the jar file.
LinkChecker The link checker makes sure that each link in the documentation points to an existing target.
MergeDocs This application merges the html documentation to one file (onePage.html), so that the PDF document can be created.
RailroadImages Create the images used in the railroad diagrams.
SpellChecker The spell checker makes sure that each word used in the source code is spelled correctly, by comparing the words with a word list.
UploadBuild Upload the code coverage result to the H2 web site.
WebSite Create the web site, mainly by copying the regular docs.
XMLChecker This class checks that the HTML and XML part of the source code is well-formed XML.
XMLParser This class implements a simple XML pull parser.
 

Package org.h2.build.doc Description

Tools to build the documentation.