We use Trac and DoxygenPlugin in libLAS project. All our classes live in namespace liblas and doxygen generates file with names like this: class liblas::guid and doxygen filename is classliblas_1_1guid.html - note the liblas part in filename.
This is causes problems with linking classes I tried to use qualified and non-qualified name but no success:
[doxygen:guid]
[doxygen:liblas::guid]
Here is one of our ticket as an example of this problem.
I've made some test with classes not defined in a namespace and here everything works well, classe names are correctly linked to corresponding doxygen pages. This assures me that the namespace part in filename of doxygen HTML page is a trouble maker here.
Thanks in advance for any comments and patches. Also, thank you for the DoxygenPlugin!