summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-09-13 16:06:48 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-09-13 16:06:48 (GMT)
commitb7cdfc8d47dc7a7f86605bbbc74aa78501d2bc33 (patch)
treec56b1ff5d66d6d2a742ae13a5324cf755598956c /src/namespacedef.cpp
parentaca45fd514cadc56ac277bd54f49604708ebbb5d (diff)
downloadDoxygen-b7cdfc8d47dc7a7f86605bbbc74aa78501d2bc33.zip
Doxygen-b7cdfc8d47dc7a7f86605bbbc74aa78501d2bc33.tar.gz
Doxygen-b7cdfc8d47dc7a7f86605bbbc74aa78501d2bc33.tar.bz2
Fixing coverity messages (Namespace tag)
Correcting missing break in namespace when writing a tag file. (Could not find a case; incase the FALL THROUGH case is correct this has to be clearly indicated in the code).
Diffstat (limited to 'src/namespacedef.cpp')
-rw-r--r--src/namespacedef.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namespacedef.cpp b/src/namespacedef.cpp
index d3eb0df..8e6c881 100644
--- a/src/namespacedef.cpp
+++ b/src/namespacedef.cpp
@@ -326,6 +326,7 @@ void NamespaceDef::writeTagFile(FTextStream &tagFile)
}
}
}
+ break;
case LayoutDocEntry::MemberDecl:
{
LayoutDocEntryMemberDecl *lmd = (LayoutDocEntryMemberDecl*)lde;