summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-19 22:14:24 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-19 22:14:24 (GMT)
commitf9e6fe0bf3886be7e603083b3b200dbd60fbd529 (patch)
treec4d43b61af59026e882bfb5b9e4ddc9eac7d82bc /src/main.cpp
parentae6311ea0855d576a7c4b589dd5f4b994a47fd6c (diff)
downloadDoxygen-f9e6fe0bf3886be7e603083b3b200dbd60fbd529.zip
Doxygen-f9e6fe0bf3886be7e603083b3b200dbd60fbd529.tar.gz
Doxygen-f9e6fe0bf3886be7e603083b3b200dbd60fbd529.tar.bz2
Reverted change that caused doxygen to return error code 2 when it produced a warning
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2f2fca5..2061087 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,6 +36,6 @@ int main(int argc,char **argv)
adjustConfiguration();
parseInput();
generateOutput();
- return Doxygen::exitCode;
+ return 0;
}