GNOME Bugzilla – Bug 555327
When referencing a file using @ref converts it to file::ext
Last modified: 2012-02-25 15:37:31 UTC
This is a minor bug. I was using @ref to add a link to a file of example. But in the generated html, it looked like a class function (file_name.extension). To reproduce this problem, I used the test example (shown below) -------------------------------------------------------------------- /** A Test class. * More details about this class. * * See example @ref example_test.cpp */ class Test { public: /** An example member function. * More details about this function. */ void example(); }; void Test::example() {} /** \example example_test.cpp * This is an example of how to use the Test class. * More details about this example. */ -------------------------------------------------------------------- The output looks like this Detailed Description A Test class. More details about this class. See example example_test::cpp <- THE PROBLEM!!! Examples: example_test.cpp.
Created attachment 120075 [details] Doxygen Test example with problem added This is the Test example with the added ref line to link the class to the example.
Bug confirmed to be present in doxygen 1.7.6
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.0. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.