summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-10-27 18:00:16 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-10-27 18:00:16 (GMT)
commit169834ef89a1df22c8f72a01b6a9413bbb57edb5 (patch)
tree7c1bfd20df6135fa1aac607ebe1a46d31d7f4b65 /src/definition.h
parent4bb56dc6ee7e5361da29a579f23c1777e4589602 (diff)
downloadDoxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.zip
Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.tar.gz
Doxygen-169834ef89a1df22c8f72a01b6a9413bbb57edb5.tar.bz2
Release-1.7.5.1-20111027
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 a2f00f0..94d1edc 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -132,6 +132,9 @@ class Definition : public DefinitionIntf, public LockableObj
*/
virtual QCString getOutputFileBase() const = 0;
+ /*! Returns the anchor within a page where this item can be found */
+ virtual QCString anchor() const = 0;
+
/*! Returns the name of the source listing of this file. */
virtual QCString getSourceFileBase() const { ASSERT(0); return "NULL"; }