diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:45:10 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:45:10 +0000 |
commit | 809500fc2c13c8173a16b052304d983864e4a1e1 (patch) | |
tree | 4fc2f184c499d106f29a386c452b49e5197bf63d /docs/analyzer/index.rst | |
parent | be7c9ec198dcdb5bf73a35bfbb00b3333cb87909 (diff) |
Vendor import of clang trunk r178860:vendor/clang/clang-trunk-r178860
Notes
Notes:
svn path=/vendor/clang/dist/; revision=249261
svn path=/vendor/clang/clang-trunk-r178860/; revision=249262; tag=vendor/clang/clang-trunk-r178860
Diffstat (limited to 'docs/analyzer/index.rst')
-rw-r--r-- | docs/analyzer/index.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/analyzer/index.rst b/docs/analyzer/index.rst new file mode 100644 index 000000000000..767567f22fdc --- /dev/null +++ b/docs/analyzer/index.rst @@ -0,0 +1,23 @@ +.. Clang Static Analyzer documentation master file, created by + sphinx-quickstart on Wed Jan 2 15:54:28 2013. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Clang Static Analyzer's documentation! +================================================= + +Contents: + +.. toctree:: + :maxdepth: 2 + + DebugChecks + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |