From eb69be5e5a48eb4a508706379da043628f4da43e Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 17 Jan 2004 08:09:30 +0000 Subject: [PATCH] more doxygen fixes --- include/QF/qfplist.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/QF/qfplist.h b/include/QF/qfplist.h index 70d2fa4eb..b891df574 100644 --- a/include/QF/qfplist.h +++ b/include/QF/qfplist.h @@ -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 '"'. + 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 is valid, isn't. + within angle brackets, \< \>. The length of the encoded data must be an even + number, so while \ is valid, \ isn't. Property lists may contain C-style or BCPL-style comments. */