gecko-dev/webtools/apidoc
timeless%mac.com dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
..
tests
README
api-content.css
api-toc.css
complete-frameset.html
parse_apidoc.pl Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
parse_devedge_doc.pl Bug 106386 rid source of misspellings 2002-03-19 04:30:17 +00:00
sparse-frameset.html

README

DESCRIPTION:
APIDOC tool source.
Generates HTML API documentation from an xml source.

--

FILES:


===* parse_apidoc.pl

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

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.

See Also:
  http://www.mozilla.org/projects/apidoc

===* parse_devedge_doc.pl

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

Requires: 
  nothing.

Description: 
  Parses the nasty devedge document (jsref.htm) into somewhat nicer xml.
  The XML source, jsref.xml, located at
  http://www.mozilla.org/js/apidoc/jsapi.xml is now the authoritative place to
  make changes.
  This file should be considered dead.  Do not use it.  It is here for emergency
  use only.
  REPEAT: DO NOT USE THIS SCRIPT!