diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-03-10 08:25:47 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-03-10 08:25:47 (GMT) |
commit | e6589006ce57734f25c1ac44434457d5e523fdf0 (patch) | |
tree | 4e0611193ffec424247f0ca0249f2d2a98fae8f9 /tools/qdoc3/node.cpp | |
parent | fcc8a1b6ff261f128969458146185c9ed9d5892b (diff) | |
download | Qt-e6589006ce57734f25c1ac44434457d5e523fdf0.zip Qt-e6589006ce57734f25c1ac44434457d5e523fdf0.tar.gz Qt-e6589006ce57734f25c1ac44434457d5e523fdf0.tar.bz2 |
qdoc: Added <publisher> and <permissions> elements.
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 |