[Doxygen-users] Broken Links to C++ Source Files
Brought to you by:
dimitri
From: Pilhofer, F. <Fra...@zu...> - 2016-09-02 08:25:26
|
Hi, I am using Doxygen 1.8.11 on our C++ code base. It works fine, except that some Links to source files are broken. When I click on "Modules" on the main page and Click on any module, the links to all the files in the "File" section are broken. The Links are to, e.g., "<file>_8cpp.html" while the generated HTML files use the "<file>_8cpp_source.html" convention (with an added "_source"). File links in the "Detailed Description" section, e.g., for functions, ("Definition at line <n> of file <file>"), correctly link to the "_source" files. What can I do to fix the links? Thank you, Frank |