diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-22 18:35:23 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-05-22 18:35:23 (GMT) |
commit | 745526b6e9683de926af27c4313574a514a3d7c3 (patch) | |
tree | 699a18c9a8c098fc845ba00c7eb093c73b497c5c /src/groupdef.h | |
parent | 4f5775494986411db398172e98380acb76d5e3e6 (diff) | |
download | Doxygen-745526b6e9683de926af27c4313574a514a3d7c3.zip Doxygen-745526b6e9683de926af27c4313574a514a3d7c3.tar.gz Doxygen-745526b6e9683de926af27c4313574a514a3d7c3.tar.bz2 |
Release-1.1.3-20000522
Diffstat (limited to 'src/groupdef.h')
-rw-r--r-- | src/groupdef.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/groupdef.h b/src/groupdef.h index 03adc17..4f90bb3 100644 --- a/src/groupdef.h +++ b/src/groupdef.h @@ -39,7 +39,7 @@ class MemberGroupDict; class GroupDef : public Definition { public: - GroupDef(const char *name,const char *title); + GroupDef(const char *fileName,int line,const char *name,const char *title); ~GroupDef(); QCString getOutputFileBase() const { return fileName; } const char *groupTitle() const { return title; } @@ -60,6 +60,7 @@ class GroupDef : public Definition return isLinkableInProject() || isReference(); } void computeAnchors(); + void distributeMemberGroupDocumentation(); private: QCString title; // title of the group |