I have a package that includes a library and a set of tools. I am generating man pages as well as html. Because the tools man pages go in man 1 while the library pages go in man 3 I have to have separate projects, i.e., generate separate document packages for each. The only way to change the man page target is in the doxy configuration file (I use doxy as shorthand). I want to create package documentation which will have some of its own pages and refer to the lib and tools documents. I want the tree/index in the left pane of the package documentation to show the package documentation’s own pages and also include “lib” and “tools” entries. These entries should be the same as the trees of the individual document packages. Clicking on the reveal arrow of e.g. lib should expand it show the same entries as the tree/index of the lib documentation package and clicking on one of the entries should take you to that page.
I have been trying to use tags but I can’t for the life of me figure out how to refer to any of those tags in the package documentation. Furthermore there are no tags for the main pages with the tree/index. Is it possible to accomplish this in Doxygen? Regards -Mark _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users