summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/Main.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix <variablelist> formatting in some new function definitions: make someSteven Knight2010-08-021-78/+156
| | | | | overlooked terms <literal>, and rearrange tags so the regular expression substitution in bin/scons-proc.py match them.
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-221-78/+78
| | | | | Fixes and refactoring in the bin/scons-proc.py script to support this. Fixes to various parts of the XML input.
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-211-0/+632
.xml files (some new, some updated) next to the modules that implement them. Generate the man page using the output generated from the .xml file by bin/scons-proc.py.