blob: 8eadbf3c71c765126bd920074d5fa03253dddd91 [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=====================
Sean Silvaa7aedfa2013-03-12 02:40:05 +000023The Doxygen documentation describes the **internal** software that makes up the
24tools of clang-tools-extra, not the **external** use of these tools. The
25Doxygen documentation contains no instructions about how to use the tools,
26only the APIs that make up the software. For usage instructions, please see
27the user's guide or reference manual for each tool.
Dmitri Gribenkof38da0d2013-02-28 16:46:40 +000028
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