[Doxygen-users] Broken Links to C++ Source Files

2016-09-02 Thread Pilhofer, Frank
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., "_8cpp.html" while the gen

Re: [Doxygen-users] Broken Links to C++ Source Files

2016-09-02 Thread Albert
Frank, Please post a small example including the used Doxyfile (to make it a bit smaller use the -s option, so the comment is not present) or list the differences between the standard Doxyfile and the one you used so it is possible to reproduce the problem. Albert On Fri, Sep 2, 2016 at 10:08 AM

Re: [Doxygen-users] Broken Links to C++ Source Files

2016-09-02 Thread Pilhofer, Frank
Albert, I tried posting an example, but SF does not like attachments. After more research, I’ve narrowed the issue down to the SHOW_FILES=NO setting in our set-up, and it looks like a bug in Doxygen. I’ve created bug 770747 in Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=770747 Cheers, Fr