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

Jonathan Roelofs jonathan at codesourcery.com
Thu Jun 18 10:51:00 PDT 2015



On 6/18/15 11:35 AM, Edward Diener wrote:
> 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.

http://llvm.org/releases/3.6.1/tools/clang/docs/
http://llvm.org/releases/3.6.0/tools/clang/docs/
http://llvm.org/releases/3.5.1/tools/clang/docs/
http://llvm.org/releases/3.5.0/tools/clang/docs/
http://llvm.org/releases/3.4/tools/clang/docs/
etc

>
>>
>>
>> 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 !
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

-- 
Jon Roelofs
jonathan at codesourcery.com
CodeSourcery / Mentor Embedded



More information about the cfe-dev mailing list