From 0c8edb7bb0b2f9bf8574e1a864a775a212bac868 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 14 Dec 2013 12:35:46 +0100 Subject: doxygen version 1.8.5 throws many "Internal Inconsistency" errors when parsing .idl files A number of error messages lacked the '\n' character --- src/namespacedef.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/namespacedef.cpp b/src/namespacedef.cpp index 81b9a51..c0915b3 100644 --- a/src/namespacedef.cpp +++ b/src/namespacedef.cpp @@ -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(); -- cgit v0.12