summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-12-07 12:51:18 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-12-12 19:13:33 (GMT)
commit6d118eec7474550f26b4b3b3cb05dc86bb3f3fc9 (patch)
tree908ad8672ace6a87823c609122b4fc61f77ee3d4 /src/classdef.cpp
parent6dbf32d505d5c9e628474fb83e379b2646d24d3f (diff)
downloadDoxygen-6d118eec7474550f26b4b3b3cb05dc86bb3f3fc9.zip
Doxygen-6d118eec7474550f26b4b3b3cb05dc86bb3f3fc9.tar.gz
Doxygen-6d118eec7474550f26b4b3b3cb05dc86bb3f3fc9.tar.bz2
Added more info to the context
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 25c6b58..53eabc2 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -4769,3 +4769,9 @@ const ExampleSDict *ClassDef::exampleList() const
{
return m_impl->exampleSDict;
}
+
+bool ClassDef::subGrouping() const
+{
+ return m_impl->subGrouping;
+}
+