diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-04 18:23:05 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-04 18:23:05 (GMT) |
commit | 9451c09694970ee9856cdf798967c0c463d72ffa (patch) | |
tree | c80cc6eee6c5eced38ee229c7df7de609b77d49b /src/classdef.h | |
parent | cfde6cdd600b21bba6a2eb0ca0e7e208e014ccaf (diff) | |
parent | 34a5a051a8b91215ae4f93e5541d43c33aa887c1 (diff) | |
download | Doxygen-9451c09694970ee9856cdf798967c0c463d72ffa.zip Doxygen-9451c09694970ee9856cdf798967c0c463d72ffa.tar.gz Doxygen-9451c09694970ee9856cdf798967c0c463d72ffa.tar.bz2 |
Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-master
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index dee4ef4..9f0ae5f 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -310,6 +310,7 @@ class ClassDef : public Definition bool isJavaEnum() const; bool isGeneric() const; + bool isAnonymous() const; const ClassSDict *innerClasses() const; QCString title() const; @@ -360,6 +361,7 @@ class ClassDef : public Definition void addTaggedInnerClass(ClassDef *cd); void setTagLessReference(ClassDef *cd); + void setName(const char *name); //----------------------------------------------------------------------------------- // --- actions ---- |