Are the Juce Doxygen .tag files somewhere public?

It’d be really cool if my Doxygen-generated documentation for VFLib had hyperlinked cross references to the names of Juce structures, classes, and member functions when they appear in my example code or documentation text.

Are the .tag files somewhere publicly accessible? Any experience with this?

What’s the official publicly accessible URL for the html formatted Juce documentation? Is it up to date for the modules code?

Don’t know anything about .tag files… But when I’m getting the next release ready to go, I’ll spend some time on the docs and see what I can do.

"A tag file is basically a compact representation of the entities found in the external sources. "

http://www.stack.nl/~dimitri/doxygen/external.html

Short answer, set GENERATE_TAGFILE in the Doxygen configuration script and have it output the tag file into the HTML directory.