Reputation: 8315
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
Reputation: 8274
Try to set the SOURCE_BROWSER variable and let me know if that helps.
Upvotes: 1