diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-07-08 20:06:16 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-07-08 20:06:16 (GMT) |
commit | 5444ff60bbf81c46841827e66e72f3148edde9ff (patch) | |
tree | 0ff0fae4a5be0021848d96eb18ee8505ff6b9b5d /src/definition.h | |
parent | 17c14fb5230cfc532577c32df1d10223534392d8 (diff) | |
download | Doxygen-5444ff60bbf81c46841827e66e72f3148edde9ff.zip Doxygen-5444ff60bbf81c46841827e66e72f3148edde9ff.tar.gz Doxygen-5444ff60bbf81c46841827e66e72f3148edde9ff.tar.bz2 |
Release-1.3.2-20030708
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h index 4c6cff6..02518b9 100644 --- a/src/definition.h +++ b/src/definition.h @@ -31,6 +31,7 @@ class MemberDef; class GroupDef; class GroupList; struct ListItemInfo; +class SectionInfo; /*! The common base class of all entity definitions found in the sources. */ class Definition @@ -89,7 +90,7 @@ class Definition /*! Add the list of anchors that mark the sections that are found in the * documentation. */ - void addSectionsToDefinition(QList<QCString> *anchorList); + void addSectionsToDefinition(QList<SectionInfo> *anchorList); void writeDocAnchorsToTagFile(); // source references |