mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Add markup for constants.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11135 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
220e6f495e
commit
cb0707d9ef
2 changed files with 79 additions and 9 deletions
|
@ -116,6 +116,21 @@
|
|||
conforming (or not conforming) to the specified standards.
|
||||
</item>
|
||||
</list>
|
||||
<p>
|
||||
Generally, the text in comments is reformatted to standardise and
|
||||
indent it nicely ... the reformatting is <em>not</em> performed on
|
||||
any text inside an <example> element.<br />
|
||||
When the text is reformatted, it is broken into whitespace separated
|
||||
'words' which are then subjected to some extra processing ...
|
||||
</p>
|
||||
<list>
|
||||
<item>Certain well known constants such as YES, NO, and nil are
|
||||
enclosed in <code> ... </code> markup.
|
||||
</item>
|
||||
<item>Method names (beginning with a plus or minus) are enclosed
|
||||
in <ref...> ... </ref> markup.
|
||||
</item>
|
||||
</list>
|
||||
<p>
|
||||
The tools accepts certain user defaults (which can of course be
|
||||
supplied as command-line arguments as usual) -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue