diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-03-07 13:11:08 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-03-07 13:11:08 (GMT) |
commit | c7871bcd8dc79103d21521cf365df12d335b0f7a (patch) | |
tree | defa41b2f8835dba79866e9e62137e108bf642b6 /tools/qdoc3/node.cpp | |
parent | b9c9b5d8e9a17e9d01562d757eb788cc332a7280 (diff) | |
download | Qt-c7871bcd8dc79103d21521cf365df12d335b0f7a.zip Qt-c7871bcd8dc79103d21521cf365df12d335b0f7a.tar.gz Qt-c7871bcd8dc79103d21521cf365df12d335b0f7a.tar.bz2 |
qdoc: Added Author> and <category> elements to the metadata.
Diffstat (limited to 'tools/qdoc3/node.cpp')
-rw-r--r-- | tools/qdoc3/node.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/qdoc3/node.cpp b/tools/qdoc3/node.cpp index ee050f5..161c87a 100644 --- a/tools/qdoc3/node.cpp +++ b/tools/qdoc3/node.cpp @@ -771,6 +771,14 @@ void InnerNode::removeChild(Node *child) } } +/*! \fn QString InnerNode::author() const + Returns the author. + */ + +/*! \fn void InnerNode::setAuthor(const QString& author) + Sets the \a author. + */ + /*! Find the module (QtCore, QtGui, etc.) to which the class belongs. We do this by obtaining the full path to the header file's location |