blob: 2710e408d258b9639e59feea12b6a8c8758b26b7 [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
Chandler Carruthd9063c42013-09-04 17:35:07 +000018 clang-modernize
Alexander Kornienko84e30a72014-02-25 16:46:13 +000019 clang-tidy
John Thompson2d2d45e2013-09-20 14:40:52 +000020 modularize
John Thompson5052eb72013-11-01 00:38:04 +000021 pp-trace
Edwin Vane7f999072013-02-14 01:34:59 +000022
23
Dmitri Gribenkof38da0d2013-02-28 16:46:40 +000024Doxygen Documentation
25=====================
Sean Silvaa7aedfa2013-03-12 02:40:05 +000026The Doxygen documentation describes the **internal** software that makes up the
27tools of clang-tools-extra, not the **external** use of these tools. The
28Doxygen documentation contains no instructions about how to use the tools,
29only the APIs that make up the software. For usage instructions, please see
30the user's guide or reference manual for each tool.
Dmitri Gribenkof38da0d2013-02-28 16:46:40 +000031
32* `Doxygen documentation`_
33
Ariel J. Bernaldfa4c752013-09-12 15:26:44 +000034.. _`Doxygen documentation`: doxygen/annotated.html
Dmitri Gribenkof38da0d2013-02-28 16:46:40 +000035
36.. note::
37 This documentation is generated directly from the source code with doxygen.
38 Since the tools of clang-tools-extra are constantly under active development,
39 what you're about to read is out of date!
40
Edwin Vane7f999072013-02-14 01:34:59 +000041
42Indices and tables
43==================
44
45* :ref:`genindex`
Edwin Vane7f999072013-02-14 01:34:59 +000046* :ref:`search`