[cfe-dev] Transitioning Clang's docs/ to Sphinx
Dmitri Gribenko
gribozavr at gmail.com
Mon Dec 10 08:01:35 PST 2012
On Fri, Dec 7, 2012 at 11:43 PM, Sean Silva <silvas at purdue.edu> wrote:
> The conversion of LLVM's documentation to Sphinx has taken a long
> time, but this conversion will be much faster, if only because my (and
> others', I presume) techniques. The conversion of llvm/docs/tutorial/
> I did in r169343 was singlehandedly 1.5x larger than all of Clang's
> docs combined; the conversion took approximately 4 hours.
Hello,
Here's a patch [1] that converts the following Clang documents to reST:
docs/LanguageExtensions.rst
docs/LibASTMatchers.rst
docs/LibTooling.rst
docs/PCHInternals.rst
docs/ThreadSanitizer.rst
docs/Tooling.rst
The patch is prepared by Mykhailo Pustovit, with review and minor edits by me.
Can not commit it yet, infrastructure is not ready.
[1] https://gist.github.com/4251468
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-dev
mailing list