Good day.
It so happened that I never had to use doxygen to generate documentation. Now there is a need.
Question. I have a folder with the code: /var/www/
, it is necessary to process the code and generate the dock to it. In the code, comments are written according to the standard, with this there will be no problems.
The question is how to configure doxygen in order for it to process this particular folder and generate documentation based on their sources?
If you can step by step. The language is PHP.
OS- ubuntu. doxygen is installed. I can not use the GUI for configuration. If possible, describe the console configuration option. Thank :)