diff options
author | Martin Smith <msmith@trolltech.com> | 2009-08-04 11:30:00 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-08-04 11:31:28 (GMT) |
commit | 40d7153ad17d6eca96cb4718486e8e2654b72f00 (patch) | |
tree | fadc667efb069ec55d45ef8d3f29adb55124e98a /tools/qdoc3/atom.h | |
parent | dc0088949822f846983c9a2d8f7dca59433ec555 (diff) | |
download | Qt-40d7153ad17d6eca96cb4718486e8e2654b72f00.zip Qt-40d7153ad17d6eca96cb4718486e8e2654b72f00.tar.gz Qt-40d7153ad17d6eca96cb4718486e8e2654b72f00.tar.bz2 |
qdoc: Added \annotated list command to qdoc3.
Now you can put "\annotatedlist xxx" anywhere in a
qdoc comment, and it will generate the class list for
the xxx group at that location. xxx must be a group
name.
Diffstat (limited to 'tools/qdoc3/atom.h')
-rw-r--r-- | tools/qdoc3/atom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/atom.h b/tools/qdoc3/atom.h index 6d5af0a..941ac70 100644 --- a/tools/qdoc3/atom.h +++ b/tools/qdoc3/atom.h @@ -58,6 +58,7 @@ class Atom enum Type { AbstractLeft, AbstractRight, + AnnotatedList, AutoLink, BaseName, BriefLeft, |