mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 08:51:59 +00:00
more doxygen fixes
This commit is contained in:
parent
7ba6756810
commit
eb69be5e5a
1 changed files with 4 additions and 2 deletions
|
@ -62,9 +62,11 @@ inrange((ch), '0', '9') ? ((ch) - 0x30) \
|
|||
underscore character, '_'. Quoted strings may contain whitespace, C escape
|
||||
sequences, and so on. The quote character is '"'.
|
||||
|
||||
<!-- in the following paragram, the \< and \> are just < and >. the \ is
|
||||
for doxygen -->
|
||||
QFBinary data (though not loaded currently) is hex-encoded and contained
|
||||
within angle brackets, < >. The length of the encoded data must be an even
|
||||
number, so while <FF00> is valid, <F00> isn't.
|
||||
within angle brackets, \< \>. The length of the encoded data must be an even
|
||||
number, so while \<FF00\> is valid, \<F00\> isn't.
|
||||
|
||||
Property lists may contain C-style or BCPL-style comments.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue