tools/qdoc3/javacodemarker.h
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/tools/qdoc3/javacodemarker.h	Tue Jul 06 15:10:48 2010 +0300
+++ b/tools/qdoc3/javacodemarker.h	Wed Aug 18 10:37:55 2010 +0300
@@ -72,7 +72,10 @@
     QList<Section> sections(const InnerNode *innerNode, SynopsisStyle style, Status status);
     QString functionBeginRegExp( const QString& funcName );
     QString functionEndRegExp( const QString& funcName );
-    const Node *resolveTarget( const QString& target, const Tree *tree, const Node *relative );
+    const Node* resolveTarget( const QString& target, 
+                               const Tree* tree, 
+                               const Node* relative,
+                               const Node* self = 0 );
 };
 
 QT_END_NAMESPACE