summaryrefslogtreecommitdiffstats
path: root/src/groupdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/groupdef.cpp')
-rw-r--r--src/groupdef.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/groupdef.cpp b/src/groupdef.cpp
index e1e28ab..6f0133a 100644
--- a/src/groupdef.cpp
+++ b/src/groupdef.cpp
@@ -122,9 +122,10 @@ void GroupDef::writeDocumentation(OutputList &ol)
QCString type;
switch (cd->compoundType())
{
- case ClassDef::Class: type="class"; break;
- case ClassDef::Struct: type="struct"; break;
- case ClassDef::Union: type="union"; break;
+ case ClassDef::Class: type="class"; break;
+ case ClassDef::Struct: type="struct"; break;
+ case ClassDef::Union: type="union"; break;
+ case ClassDef::Interface: type="interface"; break;
}
ol.writeStartAnnoItem(type,cd->getOutputFileBase(),0,cd->name());
ol.writeEndAnnoItem(cd->name());