summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/Main.xml
Commit message (Collapse)AuthorAgeFilesLines
* - added doc editor configuration for XXE5Dirk Baechle2014-01-191-1/+1
| | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* Fix names in several places and refer to the .PHONY commandTom Tanner2013-10-071-5/+9
| | | | in the documentation.
* Added Pseudo command to environment and tests. If a target is declared asTom Tanner2013-09-301-1/+16
| | | | Pseudo, it must NOT exist after the build rule is executed.
* - switched to different schemaLocation URIDirk Baechle2013-05-031-1/+1
|
* - rewrote all tool/builder docs to new SCons XSDDirk Baechle2013-05-031-16/+97
|
* 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.