summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h
index 5905a55..4fe953b 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -231,6 +231,9 @@ class Definition : public DefinitionIntf
/*! Returns TRUE if this definition is imported via a tag file. */
virtual bool isReference() const;
+ /*! Convenience method to return a resolved external link */
+ QCString externalReference(const QCString &relPath) const;
+
/*! Returns the first line of the body of this item (applicable to classes and
* functions).
*/