diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2010-07-14 14:33:49 (GMT) |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2010-07-14 14:33:49 (GMT) |
commit | 21fbfdb2acdc368c047d14004373d2d0baa6c0b1 (patch) | |
tree | 162beaf366cf8815166029d05c73e30451a1c33d /tools/qdoc3/node.h | |
parent | 6dc2f2a86a95977202ccd08fe85b0cb45c1f95b8 (diff) | |
download | Qt-21fbfdb2acdc368c047d14004373d2d0baa6c0b1.zip Qt-21fbfdb2acdc368c047d14004373d2d0baa6c0b1.tar.gz Qt-21fbfdb2acdc368c047d14004373d2d0baa6c0b1.tar.bz2 |
Docs: HTML comments marks so Creator can extract data efficiently.
Reviewed-by: Martin Smith
Diffstat (limited to 'tools/qdoc3/node.h')
-rw-r--r-- | tools/qdoc3/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/node.h b/tools/qdoc3/node.h index e9f2d74..121b818 100644 --- a/tools/qdoc3/node.h +++ b/tools/qdoc3/node.h @@ -616,6 +616,7 @@ class FunctionNode : public LeafNode int numOverloads() const; const QList<Parameter>& parameters() const { return params; } QStringList parameterNames() const; + QString rawParameters(bool names = false, bool values = false) const; const FunctionNode* reimplementedFrom() const { return rf; } const QList<FunctionNode*> &reimplementedBy() const { return rb; } const PropertyNode* associatedProperty() const { return ap; } |