summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-02-27 17:41:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-02-27 17:41:30 (GMT)
commitf4f3f1676896e6fd0c0044f001eda9829d9b3f60 (patch)
tree0e10644b6ed5c8878dc59e723fe3dcd591d57839 /src/debug.cpp
parenta81ce4743212122ae050e5efbc4bfda92e6a664e (diff)
downloadDoxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.zip
Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.gz
Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.bz2
Release 2000-02-27
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 8b0b316..8224e74 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -45,6 +45,8 @@ static int labelToEnumValue(const char *l)
return Debug::Variables;
else if (label=="Preprocessor")
return Debug::Preprocessor;
+ else if (label=="Classes")
+ return Debug::Classes;
else
return 0;
}