blob: cdae8148b5165c4e3b7549750d0ff47ab4ce52e7 [file] [log] [blame]
Edwin Vane7f999072013-02-14 01:34:59 +00001.. Extra Clang Tools documentation master file, created by
2 sphinx-quickstart on Wed Feb 13 10:00:18 2013.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
6.. title:: Welcome to Extra Clang Tools's documentation!
7
Dmitri Gribenkof38da0d2013-02-28 16:46:40 +00008Introduction
9============
10Welcome to clang-tools-exta project which contains extra tools built using Clang's tooling API's
Edwin Vane7f999072013-02-14 01:34:59 +000011
Dmitri Gribenkof38da0d2013-02-28 16:46:40 +000012
13Contents
14========
Edwin Vane7f999072013-02-14 01:34:59 +000015.. toctree::
Edwin Vane30f70042013-02-25 20:37:03 +000016 :maxdepth: 1
17
18 cpp11-migrate
Edwin Vane7f999072013-02-14 01:34:59 +000019
20
Dmitri Gribenkof38da0d2013-02-28 16:46:40 +000021Doxygen Documentation
22=====================
23This documentation describes the **internal** software that makes up the
24tools of clang-tools-extra, not the **external** use of these tools. There
25are no instructions here on how to use the tools, only the APIs that make
26up the software. For usage instructions, please see the user's guide or
27reference manual for each tool.
28
29* `Doxygen documentation`_
30
31.. _`Doxygen documentation`: doxygen/index.html
32
33.. note::
34 This documentation is generated directly from the source code with doxygen.
35 Since the tools of clang-tools-extra are constantly under active development,
36 what you're about to read is out of date!
37
Edwin Vane7f999072013-02-14 01:34:59 +000038
39Indices and tables
40==================
41
42* :ref:`genindex`
Edwin Vane7f999072013-02-14 01:34:59 +000043* :ref:`search`
44