| ||||||
SummaryThe APIDOC namespace provides a way of describing an API in XML. | ||||||
DescriptionAPIDOC is an XML based API documentation system which allows the document writer to create document content using a set of logical tags in an XML file. A perl script, parse_apidoc.pl, processes the source XML, and generates a collection of HTML files suitable for web publishing.
The set of tags available in APIDOC is very small compared to HTML,
and can be broken down into three groups. These are Organizational,
Formatting, and Other. Organizational tags are
logical sections of an API document, such as an See the README for instructions on how to run APIDOC. | ||||||
NotesTags and attributes are case sensitive. In APIDOC, all tag names are in UPPERCASE, and all attribute names are lowercase.The document you are reading was created with APIDOC, see http://www.mozilla.org/projects/apidoc/apidoc.xml for the source. APIDOC was originally written to allow engineers in the JavaScript group at Netscape to maintain their own documentation on the JavaScript Embedding API. That document is available from the JavaScript Page on mozilla.org | ||||||
See Also
|