Commit 0c8edb7b authored by albert-github's avatar albert-github

doxygen version 1.8.5 throws many "Internal Inconsistency" errors when parsing .idl files

A number of error messages lacked the '\n' character
parent 03f0d843
......@@ -891,7 +891,7 @@ void NamespaceSDict::writeDeclaration(OutputList &ol,const char *title,
{
if (nd->isConstantGroup())
{
err("Internal inconsistency: constant group but not IDL?");
err("Internal inconsistency: constant group but not IDL?\n");
}
found=TRUE;
break;
......@@ -936,7 +936,7 @@ void NamespaceSDict::writeDeclaration(OutputList &ol,const char *title,
}
else
{
err("Internal inconsistency: namespace in IDL not module or cg");
err("Internal inconsistency: namespace in IDL not module or cg\n");
}
}
ol.insertMemberAlign();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment