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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();