#include "doxygen.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This file contains main()
Definition in file main.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
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 generateOutput() function for instance.
Definition at line 31 of file main.cpp.
References checkConfiguration(), generateOutput(), initDoxygen(), parseInput(), and readConfiguration().