I have a group of HTML files which have content where we discuss our API in
paragraph form, and I would like to use doxygen to create links to our
doxygen-generated reference manual. But our HTML is formatted exactly as we
want it and it would be nice to be able to use doxygen to create the links
to the classes in our API and nothing more. We do this currently, but
doxygen likes to make a lot of its own formatting. We don't want any
headers, footers, no extraneaous HTML tags - we just want to send the our
files through doxygen and for links to the API to appear. Is this possible?

For example, our text:

<p>In order to use our HST::ProductConfigurator class, you need to...</p>

I want doxygen to make a link on HST::ProductConfigurator, but change
*nothing else* for the output file. Can it do this?

Thanks
Leo
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to