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/tree.cpp | |
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/tree.cpp')
-rw-r--r-- | tools/qdoc3/tree.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/tree.cpp b/tools/qdoc3/tree.cpp index e6dd084..d75af70 100644 --- a/tools/qdoc3/tree.cpp +++ b/tools/qdoc3/tree.cpp @@ -419,6 +419,8 @@ void Tree::addPropertyFunction(PropertyNode *property, } /*! + This function adds the \a node to the \a group. The group + can be listed anywhere using the \e{annotated list} command. */ void Tree::addToGroup(Node *node, const QString &group) { |