summaryrefslogtreecommitdiffstats
path: root/src/qdoc/tree.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-06-16 11:35:52 +0200
committerMartin Smith <martin.smith@qt.io>2017-09-06 15:19:24 +0000
commit771e5010359607f47c1ca149ffd8d75203742186 (patch)
tree352b1006841e83de0c0136c2db736dd5ffafb3e9 /src/qdoc/tree.h
parentdf3661dc5493191979d71b0b5610533234890a77 (diff)
qdoc: Use clang to parse \fn commands
qdoc now uses clang to parse \fn commands. It even handles the multiple \fn case. Change-Id: I259fcdfc1bf180d32ef1cc9886a48aa3006e18fb Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/qdoc/tree.h')
-rw-r--r--src/qdoc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qdoc/tree.h b/src/qdoc/tree.h
index 0cb07aff7..711fac598 100644
--- a/src/qdoc/tree.h
+++ b/src/qdoc/tree.h
@@ -216,6 +216,7 @@ class Tree
bool broken);
TargetList* getTargetList(const QString& module);
QStringList getTargetListKeys() { return targetListMap_->keys(); }
+ Node* findFunctionNodeForTag(const QString &tag, Aggregate* parent = 0);
public:
const QString& camelCaseModuleName() const { return camelCaseModuleName_; }