RE: [Doxygen-users] Including other docs via TAGFILES does not work asexpected
Brought to you by:
dimitri
From: Morgenthaler, G. <g.m...@vi...> - 2001-12-13 09:00:11
|
> How do I reference the \mainpage or other \sections of the=20 > client systems, e.g. boblib and flclib from the parent system > flcman? Now _that_ is a good question. I think you can't (in a nice way)? Or should I say you wouldn't want to? ;-) My normal use is to wrap the different "documentation systems" with a handmade HTML page, linking to the main pages with a direct link to index.html. That should work quite nice as I think the name of the index.html file should be pretty stable. Linking to \sections is really a problem. Coding the created doxygen file names into my code is NOT something that attracts me. So I just don't do it. Now for the "you wouldn't want to": normally you follow the link from the program to the library (you wanted to look up something, right?) and when you are there you have the page menu at the top where you can select the \sections of the library documentation. It's just a few click away... Anyway, if anybody has a nice solution I would be interested in an answer too. Regards, Germar |