Commit e82e063b authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #69 from albert-github/feature/idl_err_msg

doxygen version 1.8.5 throws many "Internal Inconsistency" errors when parsing .idl files
parents 03f0d843 0c8edb7b
......@@ -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