diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-02-03 10:42:52 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-02-03 10:42:52 (GMT) |
commit | ac16b765b390a835d3f455691a2e3f6a0e94bd78 (patch) | |
tree | c6e72204c112ad8646d737990b93aa290c61c34c /src/classdef.h | |
parent | 75fa97fc3cac911c348d177c98057dc68c61771b (diff) | |
download | Doxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.zip Doxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.tar.gz Doxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.tar.bz2 |
Release-1.2.13-20020203
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/classdef.h b/src/classdef.h index 360b98d..e33ec4e 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -151,7 +151,7 @@ class ClassDef : public Definition * class. This function will recusively traverse all branches of the * inheritance tree. */ - bool isBaseClass(ClassDef *bcd); + bool isBaseClass(ClassDef *bcd,bool followInstances); /*! Returns a sorted dictionary with all template instances found for * this template class. Returns 0 if not a template or no instances. @@ -279,8 +279,6 @@ class ClassDef : public Definition void addListReferences(); /*! Creates a new compound definition. - * \param outerScope class, file or namespace in which this class is - * defined. * \param fileName full path and file name in which this compound was * found. * \param startLine line number where the definition of this compound |