diff options
author | David Boddie <dboddie@trolltech.com> | 2009-03-26 17:32:33 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-03-26 17:32:33 (GMT) |
commit | 4b56481c749ba62bb2104bb340697dd597de73b8 (patch) | |
tree | c90beebac47259b252003a52ac2019a9c8db3c0d /tools | |
parent | 0c525f9a973d64ef9392b74a59aabe9129d5e62c (diff) | |
download | Qt-4b56481c749ba62bb2104bb340697dd597de73b8.zip Qt-4b56481c749ba62bb2104bb340697dd597de73b8.tar.gz Qt-4b56481c749ba62bb2104bb340697dd597de73b8.tar.bz2 |
Squashed commit of the following:
commit 20864878d046b2ce6bf5fc54868be8df346ce0c8
Author: David Boddie <dboddie@trolltech.com>
Date: Thu Mar 26 18:30:32 2009 +0100
Doc: Fixed qdoc warning by adding more descriptive text.
Reviewed-by: TrustMe
commit 3b620a0a4d1b02105c9761384a5abc4ecf11e9d2
Author: David Boddie <dboddie@trolltech.com>
Date: Thu Mar 26 18:29:56 2009 +0100
Doc: Added macros for future use.
Reviewed-by: TrustMe
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/macros.qdocconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/test/macros.qdocconf b/tools/qdoc3/test/macros.qdocconf index d14f80a..85fe1db 100644 --- a/tools/qdoc3/test/macros.qdocconf +++ b/tools/qdoc3/test/macros.qdocconf @@ -23,5 +23,7 @@ macro.rarrow.HTML = "→" macro.reg.HTML = "<sup>®</sup>" macro.return = "Returns" macro.starslash = "\\c{*/}" +macro.begincomment = "\\c{/*}" +macro.endcomment = "\\c{*/}" macro.uuml.HTML = "ü" macro.mdash.HTML = "—" |