This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linking to doxygen docs


On Fri, Aug 01, 2003 at 03:41:44PM -0300, Pedro Lamarao wrote:
> 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.

The documentation in the doxygem manual is terrible on this point.
Thanks for giving us an example.

Yes, we can generate and distribute a tag file of some kind.
The "recommended" method in the doxygen manual hardcodes all kinds of
incorrect information in the tag file, so I'm trying another method.
But I don't have any other project here that references libstdc++, so I
can't test it easily.  Would you be willing to test this tag file:

    http://www.jaj.com/space/phil/libstdc++.tag 

with your code?  If I understand the setup correctly, it should look like

    TAGFILES = ....../libstdc++.tag=\
    http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/

(possibly without the final '/').

If that works, we'll start doing it for 3.3.2 and later.


Thanks for your help,
Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]