summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-19 15:23:23 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-19 15:23:23 (GMT)
commitcbc268d3c892934a24e6958bd20af8a875f603b6 (patch)
treeaf001d28a3d3ee634bc594155c259f8e0dd9f449 /src/main.cpp
parent6c005b1e9458430a77bfeba6d08deed4778ad71d (diff)
parent192d06764558e51ddc3fdec881308308017894da (diff)
downloadDoxygen-cbc268d3c892934a24e6958bd20af8a875f603b6.zip
Doxygen-cbc268d3c892934a24e6958bd20af8a875f603b6.tar.gz
Doxygen-cbc268d3c892934a24e6958bd20af8a875f603b6.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index cfd38ce..2f2fca5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,13 +1,13 @@
/******************************************************************************
*
- *
+ *
*
*
* Copyright (C) 1997-2015 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
- * documentation under the terms of the GNU General Public License is hereby
- * granted. No representations are made about the suitability of this software
+ * documentation under the terms of the GNU General Public License is hereby
+ * granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
@@ -25,7 +25,7 @@
*/
/*! Default main. The idea of separating this from the rest of doxygen,
- * is to make it possible to write your own main, with a different
+ * is to make it possible to write your own main, with a different
* generateOutput() function for instance.
*/
int main(int argc,char **argv)
@@ -36,6 +36,6 @@ int main(int argc,char **argv)
adjustConfiguration();
parseInput();
generateOutput();
- return 0;
+ return Doxygen::exitCode;
}