[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / index.rst
blobd5c00b89a1555eecf7e42d633649a592654d8ab7
1 .. title:: Welcome to Extra Clang Tools's documentation!
3 Introduction
4 ============
5 Welcome to the clang-tools-extra project which contains extra tools built using
6 Clang's tooling APIs.
8 .. toctree::
9    :maxdepth: 1
11    ReleaseNotes
13 Contents
14 ========
15 .. toctree::
16    :maxdepth: 2
18    clang-tidy/index
19    clang-include-fixer
20    modularize
21    pp-trace
22    clang-rename
23    clangd <https://clangd.llvm.org/>
24    clang-doc
27 Doxygen Documentation
28 =====================
29 The Doxygen documentation describes the **internal** software that makes up the
30 tools of clang-tools-extra, not the **external** use of these tools. The Doxygen
31 documentation contains no instructions about how to use the tools, only the APIs
32 that make up the software. For usage instructions, please see the user's guide
33 or reference manual for each tool.
35 * `Doxygen documentation`_
37 .. _`Doxygen documentation`: doxygen/annotated.html
39 .. note::
40     This documentation is generated directly from the source code with doxygen.
41     Since the tools of clang-tools-extra are constantly under active
42     development, what you're about to read is out of date!
45 Indices and tables
46 ==================
48 * :ref:`genindex`
49 * :ref:`search`