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?
You need to set the SOURCE_BROWSER
variable.