[cfe-dev] Generating libclang documentation
    Douglas Gregor 
    dgregor at apple.com
       
    Mon Feb 11 07:59:38 PST 2013
    
    
  
On Feb 11, 2013, at 3:28 AM, Miguel Guedes <miguel.a.guedes at gmail.com> wrote:
> Hello list,
> 
> 
> I've just tried to use doxygen to generate documentation for libclang but the code does not contain any doxygen tags; I'm referring to all the 'clang_' exported functions.
> 
> Will be travelling tomorrow and unfortunately won't be able to connect to the internet for several days, which means libclang's online documentation will be out of reach. To overcome this I thought of generating and printing a single page PDF (generate to latex, then use pdflatex) so I could read libclang's documentation offline while away (won't have a computer either.)
> 
> Anyone knows how the online version of libclang's documentation was generated?
include/clang-c/*.h
have extensive Doxygen documentation for libclang.
	- Doug
    
    
More information about the cfe-dev
mailing list