Changes between Version 23 and Version 24 of NaturalDocs
- Timestamp:
- 06/29/11 16:38:28 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NaturalDocs
v23 v24 3 3 [[PageOutline]] 4 4 5 !OpenLayers API documentation is build with [http://www.naturaldocs.org/ Natural Docs]. This documentation is built with the following 5 !OpenLayers API documentation is build with [http://www.naturaldocs.org/ Natural Docs]. There are two "profiles" for our documentation, API and API+non-API (all). To build just the docs for the public API, run the following: 6 {{{ 7 NaturalDocs -i lib -o HTML apidoc -p apidoc_config -s Default OL 8 }}} 9 To build docs for the public API plus the "private" methods/properties, run the following: 6 10 {{{ 7 11 NaturalDocs -i lib -o HTML doc -p doc_config -s Default OL 8 12 }}} 13 Run this from the root of your http://svn.openlayers.org/trunk/openlayers checkout. The first will build a site in the {{{apidoc}}} folder, the second will build a site in the {{{doc}}} folder. 9 14 10 15 There are a number of conventions we need to adopt in our coding in order to make the output documentation more useful. The following is a rough list, meant to be refined as we go.
