mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Document Macro template.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
898a3fa1cd
commit
3dd3a35f7c
2 changed files with 18 additions and 3 deletions
|
@ -111,6 +111,7 @@ Base_AGSDOC_FLAGS = \
|
|||
-Standards YES \
|
||||
-ConstantsTemplate TypesAndConstants \
|
||||
-FunctionsTemplate Functions \
|
||||
-MacrosTemplate Functions \
|
||||
-TypedefsTemplate TypesAndConstants \
|
||||
-VariablesTemplate TypesAndConstants \
|
||||
-WordMap '{\
|
||||
|
|
|
@ -266,7 +266,7 @@
|
|||
if the file does not exist.
|
||||
<br />Insertion takes place immediately before the <em>back</em>
|
||||
element (or if that does not exist, immediately before the end
|
||||
of the <em>body</em> lement) in the template.
|
||||
of the <em>body</em> element) in the template.
|
||||
</item>
|
||||
<item><strong>GenerateHtml</strong>
|
||||
May be used to specify if HTML output is to be generated.
|
||||
|
@ -304,6 +304,20 @@
|
|||
If you wish to include such projects, you must do so explicitly
|
||||
using <em>-Projects</em>
|
||||
</item>
|
||||
<item><strong>MacrosTemplate</strong>
|
||||
Specify the name of a template document into which documentation
|
||||
about macros should be inserted from all files in the project.<br />
|
||||
This is useful if macro code is scattered around many
|
||||
files, and you need to group it into one place.<br />
|
||||
You are responsible for ensuring that the basic template document
|
||||
(into which individual macro documentation is inserted) contains
|
||||
all the other information you want, but as a convenience autogsdoc
|
||||
will generate a simple template (which you may then edit) for you
|
||||
if the file does not exist.
|
||||
<br />Insertion takes place immediately before the <em>back</em>
|
||||
element (or if that does not exist, immediately before the end
|
||||
of the <em>body</em> element) in the template.
|
||||
</item>
|
||||
<item><strong>Project</strong>
|
||||
May be used to specify the name of this project ... determines the
|
||||
name of the index reference file produced as part of the documentation
|
||||
|
@ -363,7 +377,7 @@
|
|||
if the file does not exist.
|
||||
<br />Insertion takes place immediately before the <em>back</em>
|
||||
element (or if that does not exist, immediately before the end
|
||||
of the <em>body</em> lement) in the template.
|
||||
of the <em>body</em> element) in the template.
|
||||
</item>
|
||||
<item><strong>Up</strong>
|
||||
A string used to supply the name to be used in the 'up' link from
|
||||
|
@ -384,7 +398,7 @@
|
|||
if the file does not exist.
|
||||
<br />Insertion takes place immediately before the <em>back</em>
|
||||
element (or if that does not exist, immediately before the end
|
||||
of the <em>body</em> lement) in the template.
|
||||
of the <em>body</em> element) in the template.
|
||||
</item>
|
||||
<item><strong>Verbose</strong>
|
||||
A boolean used to specify whether you want verbose debug/warning
|
||||
|
|
Loading…
Reference in a new issue