d3pd
d3pd

Reputation: 8315

viewing .cxx files in Doxygen documentation along with .h files

I'm trying to create Doxygen documentation for a C++ code package. When viewing the HTML documentation generated, I can view the header files for the package but cannot view the .cxx files, although the .cxx files are being detected by Doxygen. Could you advise me on how I would be able to include the .cxx files for viewing in the HTML documentation?

Preemptive thanks

Upvotes: 1

Views: 209

Answers (1)

Mihai Todor
Mihai Todor

Reputation: 8274

Try to set the SOURCE_BROWSER variable and let me know if that helps.

Upvotes: 1

Related Questions