2

I have a c++ project in which I have 2 .hpp files and their .cpp files, I commented all of them but when I run Doxygen I only get .hpp files ? any idea how can i get my source files too ? is possible at least ?

1

2 Answers 2

2

In DoxyWizard, go to Expert->Input then scroll down to FILE_PATTERNS. Make sure the .cpp extension is listed. If not, insert it into the list.

Sign up to request clarification or add additional context in comments.

Comments

-1

Did you try generating the doxygen config file and then see if you'd like to modify anything?

doxygen -g "config_file_name"

Then run doxygen as follows:

doxygen "config_file_name"

1 Comment

I'm you the GUI of Doxygen

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.