Linking to doxygen docs
Pedro Lamarao
thoth@superig.com.br
Fri Aug 1 18:41:00 GMT 2003
Benjamin Kosnik wrote:
>>For doxygen to produce a tag file you have
>>merely to add a YES and a path.
>>
>>I can make a patch agains user.cfg.in if
>>it pleases you all.
>>If so, diff -u ?
>
>
> Can you do this an re-generate so we can see what it looks like?
>
> -benjamin
You mean, regenerate the documentation?
Generating a tag file doesn't affect at all the generated documentation.
It just creates a XML compilation of symbols, sort of, so that
doxygen can read it as if to import it in another project's
documentation.
For the example URL I posted, I point doxygen to the tag file I
made and to the online documentation provided, with this directive:
TAGFILES = @abs_top_srcdir@/docs/libstdc++-3.3.tag=\
http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-3.3/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: doxygen-tag.patch
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20030801/e9f80bee/attachment.ksh>
More information about the Libstdc++
mailing list