main entry point for doxygen More...
#include "doxygen.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| 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.
1.8.11