[cfe-dev] Clang online documentation in source build or binary distribution

Edward Diener eldlistmailingz at tropicsoft.com
Thu Jun 18 10:35:28 PDT 2015


On 6/18/2015 1:05 PM, Jonathan Roelofs wrote:
>
>
> On 6/18/15 10:41 AM, Edward Diener wrote:
>> Is it possible to generate the clang online documentation locally, as in
>> the user's manual page http://clang.llvm.org/docs/UsersManual.html or
>> even the complete documentation at
>> http://clang.llvm.org/docs/index.html, from the clang source code ?
>
> See: http://llvm.org/docs/GettingStarted.html#local-llvm-configuration
>
> LLVM_ENABLE_DOXYGEN and LLVM_ENABLE_SPHINX enables building the docs for
> the internal interfaces and the manual respectively.

Thanks, I will look at that.

>
>>
>> Are the clang documentation pages part of the binary distributions ( I
>> do not see them anywhere ) in 3.6.1 for example ?
>
> Docs are available here: http://llvm.org/releases/ I'm not sure if there
> is a place where you can download the whole set of docs for a given
> release, but they should at least be buildable using those flags (which
> might have changed in older releases? I don't know offhand).

I found llvm documentation there but no link to clang user documentation 
for any past release.

>
>
> Cheers,
>
> Jon
>
>>
>> If the answer is "no" on either count I would like to recommend either
>> the end-user having the ability to download locally a compressed bundle
>> of clang doc for any given release or providing some easy to access link
>> on the main clang page for accessing the documentation online for any
>> given past release.
>>
>> Thanks !





More information about the cfe-dev mailing list