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 ?
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.