summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/node.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-03-14 14:45:20 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-03-14 14:45:20 (GMT)
commit1b87e4690da4073677df1741712c71b97f2dd1f0 (patch)
tree1c77ce75b4103bca91194f1038f6a686d9285026 /tools/qdoc3/node.cpp
parent50671831eb42423db3e41852b68187d8833c2a0c (diff)
parent504666b545deafa3319ff699eff74eacc8d8559c (diff)
downloadQt-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.cpp16
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