summaryrefslogtreecommitdiffstats
path: root/src/doxygen.h
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/doxygen.h
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/doxygen.h')
-rw-r--r--src/doxygen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h
index 67acd9e..2195a35 100644
--- a/src/doxygen.h
+++ b/src/doxygen.h
@@ -152,7 +152,6 @@ class Doxygen
static bool generatingXmlOutput;
static bool markdownSupport;
static GenericsSDict *genericsDict;
- static int exitCode;
};
void initDoxygen();