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 :)

    1 answer 1

     cd /var/www/ doxygen -g doxygen 
    • 2 folders appear: 1. Latex 2. Html What to do with them next? In the html folder - stupid template. I open it in the browser - I just see the start page, I don’t have anything else. In latex - it’s really not clear :) Please explain in more detail :) - Stanislav Komar
    • Read here courses.graphicon.ru/files/courses/cg/2008/prac/doxygen.pdf I think he can not parse comments - andy
    • So tnank you. Rummaged in the settings of this configuration file. Everything fell into place :) Thank you) - Stanislav Komar