summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-01-29 20:13:23 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-01-29 20:13:23 (GMT)
commit5f3d8499c05e9eb512b72d296073041ac4da6f4d (patch)
tree0653bda058f25d9420dd6ddcaf4edc28781a8aa4 /src/entry.h
parenta0924f7d469a42ab962763ce34ea5fabc73da9d7 (diff)
downloadDoxygen-5f3d8499c05e9eb512b72d296073041ac4da6f4d.zip
Doxygen-5f3d8499c05e9eb512b72d296073041ac4da6f4d.tar.gz
Doxygen-5f3d8499c05e9eb512b72d296073041ac4da6f4d.tar.bz2
Release-1.5.8-20090129
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/entry.h b/src/entry.h
index 10c3319..bf3ed40 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -191,17 +191,8 @@ class Entry
/*! Kind of entries that are supported */
enum Sections {
CLASS_SEC = 0x00000001,
- //STRUCT_SEC = 0x00000002,
- //UNION_SEC = 0x00000004,
- //EXCEPTION_SEC = 0x00000008,
NAMESPACE_SEC = 0x00000010,
- //INTERFACE_SEC = 0x00000020,
- //PROTOCOL_SEC = 0x00000040,
- //CATEGORY_SEC = 0x00000080,
- COMPOUND_MASK = CLASS_SEC //| STRUCT_SEC | UNION_SEC |
- //INTERFACE_SEC | EXCEPTION_SEC |
- //PROTOCOL_SEC | CATEGORY_SEC
- ,
+ COMPOUND_MASK = CLASS_SEC,
SCOPE_MASK = COMPOUND_MASK | NAMESPACE_SEC,
CLASSDOC_SEC = 0x00000800,