diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-02-27 17:41:30 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-02-27 17:41:30 (GMT) |
commit | 75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883 (patch) | |
tree | 0e10644b6ed5c8878dc59e723fe3dcd591d57839 /src/classdef.h | |
parent | b76d4ee1ec41101fffbef5d33c5a2ea70a6c6e54 (diff) | |
download | Doxygen-75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883.zip Doxygen-75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883.tar.gz Doxygen-75cfc919c930dc2a5c9e6770d6b1e7b09e5e8883.tar.bz2 |
Release 2000-02-27
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/classdef.h b/src/classdef.h index f891d8d..13b06cd 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -47,7 +47,8 @@ class ClassDef : public Definition enum CompoundType { Class=Entry::CLASS_SEC, Struct=Entry::STRUCT_SEC, Union=Entry::UNION_SEC, - Interface=Entry::INTERFACE_SEC + Interface=Entry::INTERFACE_SEC, + Exception=Entry::EXCEPTION_SEC }; ClassDef(const char *name,CompoundType ct,const char *ref=0,const char *fName=0); ~ClassDef(); |