Doxygen
Loading...
Searching...
No Matches
main.cpp File Reference

main entry point for doxygen More...

#include "doxygen.h"
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Detailed Description

main entry point for doxygen

This file contains main()

Definition in file main.cpp.

Function Documentation

◆ main()

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.

32{
34 readConfiguration(argc,argv);
37 parseInput();
39 return 0;
40}
void adjustConfiguration()
adjust globals that depend on configuration settings.
void initDoxygen()
void checkConfiguration()
check and resolve config options
void generateOutput()
void parseInput()
void readConfiguration(int argc, char **argv)

References adjustConfiguration(), checkConfiguration(), generateOutput(), initDoxygen(), parseInput(), and readConfiguration().