forked from pool/doxygen
13 lines
409 B
Diff
13 lines
409 B
Diff
# the warning migh suggest a bug in doxygen, but let's not abort because
|
|
# of it (1.5.1 has the same change)
|
|
--- src/memberdef.cpp
|
|
+++ src/memberdef.cpp
|
|
@@ -818,7 +818,6 @@ QCString MemberDef::getOutputFileBase()
|
|
"Warning: Internal inconsistency: member %s does not belong to any"
|
|
" container!",name().data()
|
|
);
|
|
- exit(1);
|
|
return "dummy";
|
|
}
|
|
else if (separateMemberPages)
|