summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-03-05 21:01:37 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-03-05 21:01:37 (GMT)
commite9983f652ad703784d889cd8ed4c8aa81f714b22 (patch)
tree383d682d72bf72fd225c91739e6a4d192786411c /src/namespacedef.cpp
parentab59567161519f7b23cf8d51ccfad3a913419dec (diff)
parenta7eef85a89d8772b7ab97a4ba378cc7e78c988cc (diff)
downloadDoxygen-e9983f652ad703784d889cd8ed4c8aa81f714b22.zip
Doxygen-e9983f652ad703784d889cd8ed4c8aa81f714b22.tar.gz
Doxygen-e9983f652ad703784d889cd8ed4c8aa81f714b22.tar.bz2
Merge pull request #303 from albert-github/feature/bug_idl_error
Better error message in case of IDL inconsistency
Diffstat (limited to 'src/namespacedef.cpp')
-rw-r--r--src/namespacedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namespacedef.cpp b/src/namespacedef.cpp
index 7649e4f..d08e735 100644
--- a/src/namespacedef.cpp
+++ b/src/namespacedef.cpp
@@ -1188,7 +1188,7 @@ QCString NamespaceDef::compoundTypeString() const
}
else
{
- err("Internal inconsistency: namespace in IDL not module, library or constant group\n");
+ err_full(getDefFileName(),getDefLine(),"Internal inconsistency: namespace in IDL not module, library or constant group");
}
}
return "";