[LLVMdev] doxygen docs

Chris Lattner sabre at nondot.org
Mon Nov 14 22:04:11 PST 2005


On Tue, 15 Nov 2005, Sameer D. Sahasrabuddhe wrote:
> The docs available on illuvium.com are different from the one's present in 
> the doxygen tarball on the same page ... can the tarball be generated from 
> the same docs as the browseable version? I considered crawling the 
> illuvium.com site, but it would be better to simply have a tarball available.

Agreed.  I have been meaning to set up doxygen, as the illuvium mirror is 
far out of date.  I'll try to push it up in the priority list.

> I tried generating the docs myself ... doxygen simply refuses to create pages 
> for classes defined in anonymous namespaces in cpp files. I enabled options 
> such as EXTRACT_ALL, EXTRACT_PRIVATE and EXTRACT_LOCAL, but no luck. How is 
> the publicly available documentation generated?

They are generated from the Makefile in the llvm/docs directory, which has 
a doxygen.cfg in it.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/




More information about the llvm-dev mailing list