diff options
author | David Boddie <david.boddie@nokia.com> | 2011-03-14 14:45:20 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-03-14 14:45:20 (GMT) |
commit | 1b87e4690da4073677df1741712c71b97f2dd1f0 (patch) | |
tree | 1c77ce75b4103bca91194f1038f6a686d9285026 /tools/qdoc3/node.cpp | |
parent | 50671831eb42423db3e41852b68187d8833c2a0c (diff) | |
parent | 504666b545deafa3319ff699eff74eacc8d8559c (diff) | |
download | Qt-1b87e4690da4073677df1741712c71b97f2dd1f0.zip Qt-1b87e4690da4073677df1741712c71b97f2dd1f0.tar.gz Qt-1b87e4690da4073677df1741712c71b97f2dd1f0.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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/qdoc3/node.cpp b/tools/qdoc3/node.cpp index 161c87a..3b1f280 100644 --- a/tools/qdoc3/node.cpp +++ b/tools/qdoc3/node.cpp @@ -779,6 +779,22 @@ void InnerNode::removeChild(Node *child) Sets the \a author. */ +/*! \fn QString InnerNode::publisher() const + Returns the publisher. + */ + +/*! \fn void InnerNode::setPublisher(const QString& publisher) + Sets the \a publisher. + */ + +/*! \fn QString InnerNode::permissions() const + Returns the permissions. + */ + +/*! \fn void InnerNode::setPermissions(const QString& permissions) + Sets the \a permissions. + */ + /*! 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 |