mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
Tweak the property list docs a little.
This commit is contained in:
parent
1402feafd2
commit
6268bd2965
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ SUBDIRS= man
|
|||
|
||||
DOX=\
|
||||
bind.dox connect.dox cshifts.dox dirconf.dox faq.dox \
|
||||
filesystem.dox mapformat.dox property-lists.dox qtv.dox quakeforge.dox \
|
||||
filesystem.dox mapformat.dox property-list.dox qtv.dox quakeforge.dox \
|
||||
qw-cap-spec.dox qw-download-spec.dox surround-sound.dox timestamps.dox
|
||||
|
||||
EXTRA_DIST= qf.ico \
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
//unfortunatly, have to wrap the docs in a C comment for doxygen
|
||||
/**
|
||||
\page property-lists Property Lists
|
||||
\page property-list Property List
|
||||
|
||||
\QF's property lists are based on those used in OpenStep.
|
||||
|
||||
\QF uses property lists for a wide variety of purposes. This includes saved
|
||||
game data, directory configuration and play-lists.
|
||||
|
||||
Property lists are text files that describe a single value. However, that
|
||||
A property list is a text file that describes a single value. However, that
|
||||
value can be one of the following types:
|
||||
<dl>
|
||||
<dt>Dictionaries</dt> <dd>Lists of values that are each accociated
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
/** The type of the property list item.
|
||||
|
||||
For further details, see \ref property-lists.
|
||||
For further details, see \ref property-list.
|
||||
*/
|
||||
typedef enum {
|
||||
QFDictionary, ///< The property list item represents a dictionary.
|
||||
|
|
Loading…
Reference in a new issue