Hi all, When I run a Doxyfile on a c/c++ source code directory in Linux to generate html files, I have what I expect---for every c++ class/function, it contains the link to the corresponding .C/.h files . However, when I run the same Doxyfile on the same c/c++ source dode directory in MacOS, the links to .C files are missing. It turns out that the generated html files are different on Linux/MacOS, the following block pointing to the .C files are missing in the html files generated under MacOS.
<p>Definition at line <a class="el" href="test_8C_source.html#l00018">18</a> of file <a class="el" href="test_8C_source.html">test.C</a>.</p> Any clue anything goes wrong in MacOS? Anything is missing? Thanks. Shiyuan ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://goparallel.sourceforge.net _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users