doxygen
Functions
main.cpp File Reference

main entry point for doxygen More...

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

Functions

int main (int argc, char **argv)
 

Detailed Description

main entry point for doxygen

This file contains main()

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.