Displaying 3 results from an estimated 3 matches for "extract_loc".
Did you mean:
  extract_lo
  
2005 Nov 15
4
[LLVMdev] doxygen docs
...nsidered crawling the 
illuvium.com site, but it would be better to simply have a tarball 
available.
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?
Sameer.
-- 
Research Scholar, KReSIT, IIT Bombay
http://www.it.iitb.ac.in/~sameerds/
2005 Nov 15
0
[LLVMdev] doxygen docs
...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/
2005 Nov 15
1
[LLVMdev] doxygen docs
Chris Lattner wrote:
>> 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.
I used the same file ... the problem is that doxygen is not producing 
documentation for classes inside...