I want to include folder in doxygen documentation.
I have tried \page and \include but it hasn’t worked, does anyone know how to do it? Here is the tree :
+root -+controllers --- category.php -+models --- categories.php - mainpage.php
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To add to the comments on your question, the \page command will add pages into your documentation that you have manually written. I.e. if a source file contains a \page declaration it will add the contents to the documentation index. You can add extra help here, such as:
The \include command will include a copy of a file as a source code block.
I think you’re actually asking how you get Doxygen to add multiple source directories. As long as the recursive setting is YES, which is not the default, it should work fine for your structure if you’ve set the root folder as the Doxygen input.
If you haven’t, you can add different folders like this, with paths relative to the Doxyfile file.