Edwin Vane | 7f99907 | 2013-02-14 01:34:59 +0000 | [diff] [blame] | 1 | .. 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 Gribenko | f38da0d | 2013-02-28 16:46:40 +0000 | [diff] [blame] | 8 | Introduction |
| 9 | ============ |
| 10 | Welcome to clang-tools-exta project which contains extra tools built using Clang's tooling API's |
Edwin Vane | 7f99907 | 2013-02-14 01:34:59 +0000 | [diff] [blame] | 11 | |
Dmitri Gribenko | f38da0d | 2013-02-28 16:46:40 +0000 | [diff] [blame] | 12 | |
| 13 | Contents |
| 14 | ======== |
Edwin Vane | 7f99907 | 2013-02-14 01:34:59 +0000 | [diff] [blame] | 15 | .. toctree:: |
Edwin Vane | 30f7004 | 2013-02-25 20:37:03 +0000 | [diff] [blame] | 16 | :maxdepth: 1 |
| 17 | |
| 18 | cpp11-migrate |
Edwin Vane | 7f99907 | 2013-02-14 01:34:59 +0000 | [diff] [blame] | 19 | |
| 20 | |
Dmitri Gribenko | f38da0d | 2013-02-28 16:46:40 +0000 | [diff] [blame] | 21 | Doxygen Documentation |
| 22 | ===================== |
| 23 | This documentation describes the **internal** software that makes up the |
| 24 | tools of clang-tools-extra, not the **external** use of these tools. There |
| 25 | are no instructions here on how to use the tools, only the APIs that make |
| 26 | up the software. For usage instructions, please see the user's guide or |
| 27 | reference 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 Vane | 7f99907 | 2013-02-14 01:34:59 +0000 | [diff] [blame] | 38 | |
| 39 | Indices and tables |
| 40 | ================== |
| 41 | |
| 42 | * :ref:`genindex` |
Edwin Vane | 7f99907 | 2013-02-14 01:34:59 +0000 | [diff] [blame] | 43 | * :ref:`search` |
| 44 | |