diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-07 14:36:15 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-03-07 14:36:15 (GMT) |
commit | 133db91952ede661750489d5d0d1eea32cc60994 (patch) | |
tree | 6f8b99a6f984856846e98c1014cee209c4bc85b2 /tools/qdoc3/node.cpp | |
parent | 8dd7ff1633c8f1881153ba9824cd2dd1abcc11b9 (diff) | |
parent | ea8a4080bfc341785c8852a66c90050f72a58e12 (diff) | |
download | Qt-133db91952ede661750489d5d0d1eea32cc60994.zip Qt-133db91952ede661750489d5d0d1eea32cc60994.tar.gz Qt-133db91952ede661750489d5d0d1eea32cc60994.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
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 |