I have a directory in which all source and header files are saved. I would like to run Doxygen to generate documentation for these source code. However, I do not want to change
I found the answer already. The procedure is as follows:
doxygen -g
. Doxyfile will be generated.INPUT =
doxygen Doxyfile
.