C:\Work>doxygen -g doxygenfileRun above command and generate the configuration file.
Step 3: Once the configuration file is generated require few configuration as per your project and path requirements. So edit generated configuration file and update following options.
INCLUDE = Doxygen config_file_name OUTPUT_DIRECTORY = Doxyment_directory PROJECT_NAME = "My Project" RECURSIVE = YES OPTIMIZE_OUTPUT_JAVA = YESAbove configurations are good to generate the document. For more configurations visit on Doxygen website.
Step 4: Once you done with configuration file changes then run command for the document generate.
doxygen <config_file>Above is the syntax for doxygen command.
Run the below command to generate the document.
doxygen doxygenOnce you run above command. Doxygen will process the generate document.