mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Permit control over chapter layout.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11147 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f3de24ba1a
commit
91e8e0a6ea
4 changed files with 140 additions and 27 deletions
|
@ -68,7 +68,7 @@
|
|||
<item><strong><chapter></strong>
|
||||
Placed immediately before any generated class documentation ...
|
||||
intended to be used to provide overall description of how the
|
||||
code bing documented works.
|
||||
code being documented works.<br />
|
||||
</item>
|
||||
<item><strong><copy></strong>
|
||||
Copyright of the content of the document ... placed in the head
|
||||
|
@ -88,6 +88,16 @@
|
|||
If this is omitted the tool will generate a (probably poor)
|
||||
title of its own.
|
||||
</item>
|
||||
<item>
|
||||
<strong>NB</strong>This markup may be used within
|
||||
class, category, or protocol documentation ... if so, it is
|
||||
extracted and wrapped round the rest of the documentation for
|
||||
the class as the classes chapter.
|
||||
The rest of the class documentation is normally
|
||||
inserted at the end of the chapter, but may instead be sbstituted
|
||||
in in place of the <unit /> pseudo-element within the
|
||||
<chapter> element.
|
||||
</item>
|
||||
<item><strong><version></strong>
|
||||
Version identifier of the document ... placed in the head
|
||||
of the gsdoc output. If this is omitted the tool will try to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue