I recently upgraded doxygen to the most recent version and used the new version to regenerrate html documentation for a C++ project that includes several namespaces and an extensive hierarchy of doxygen modules. The source code for the project, called simpatico, is available at github.com/dmorse/simpatico
I find that the html generated by new version generates does not contain the "Modules" or "Namespace" tabs that appeared in html generated by earlier versions. An old version of the documentation generated using doxygen 1.7.6.1, which includes these tabs, is available at <http://dmorse.github.io/simpatico/doc/html/index.html>dmorse.github.io/simpatico/doc/html/index.html I recently upgraded first to 1.8.8 via ubuntu software manager (I am using Ubuntu linux). I had trouble with error messages from sqlite with this version, in addition to the problem described above. In an attempt to fix these problems, I tried upgrading to 1.8.9.1, which I installed by dowloading a tarball of the source code and compiling from source. Both of these recent versions generated a version of html in which the "Modules" and "Namespaces" tabs are absent from the header, though 1.8.9.1 did not generate error messages from sqlite. I did not change anything about the source files, and do not have any clues as to what could cause this change in behavior. I definitely want to retain the missing Modules and Namespace tabs, since these are often the fastest way to navigate to class documentation for a particular class. Does anyone have any ideas regarding the origin of the problem or how it could be fixed? -David
------------------------------------------------------------------------------
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users