diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-10-27 18:00:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-10-27 18:00:16 (GMT) |
commit | 8491e9fbd06ef8a8f1cc542a524c673d7781d4b6 (patch) | |
tree | 7c1bfd20df6135fa1aac607ebe1a46d31d7f4b65 /src/groupdef.h | |
parent | 3af6ff4c3d2748b45f468695a3db9f26eef4e630 (diff) | |
download | Doxygen-8491e9fbd06ef8a8f1cc542a524c673d7781d4b6.zip Doxygen-8491e9fbd06ef8a8f1cc542a524c673d7781d4b6.tar.gz Doxygen-8491e9fbd06ef8a8f1cc542a524c673d7781d4b6.tar.bz2 |
Release-1.7.5.1-20111027
Diffstat (limited to 'src/groupdef.h')
-rw-r--r-- | src/groupdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/groupdef.h b/src/groupdef.h index fef38de..effefac 100644 --- a/src/groupdef.h +++ b/src/groupdef.h @@ -48,6 +48,7 @@ class GroupDef : public Definition ~GroupDef(); DefType definitionType() const { return TypeGroup; } QCString getOutputFileBase() const; + QCString anchor() const { return QCString(); } const char *groupTitle() const { return title; } void setGroupTitle( const char *newtitle ); bool hasGroupTitle( ) { return titleSet; } |