Files
Mozilla/mozilla/webtools/apidoc
rginda%netscape.com a5a0a480f5 Initial add of APIDOC api documentation script. a=leaf
git-svn-id: svn://10.0.0.236/trunk@61929 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 01:14:20 +00:00
..

FILES:

===* parse_devedge_doc.pl
Requires: 
  nothing.

Description: 
  Parses the nasty devedge document (jsref.htm) into somewhat nicer xml.

Syntax:
  perl parse_devedge_doc.pl < jsref.htm > jsref.xml

===* parse_apidoc.pl
Requires:
  XML::Parser (http://search.cpan.org/search?dist=XML-Parser)

Description:
  Parses apidoc xml files, producing html output for viewing in normal browsers.
  Output will be placed in the specified directory, or ./apidocs if none is
  specified.  Output pages with content will refer to api-content.css, table
  of content pages will refer to api-toc.css.

Syntax:
  perl parse_apidoc.pl jsref.xml [<output-directory>]