mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 16:56:07 +00:00

This commit migrates the contents of 'annotations.html' in the old HTML-based documentation of the Clang static analyzer to the new RST-based documentation. During this conversion I reordered the sections of this documentation file by placing the section "Custom Assertion Handlers" as a subsection of "Annotations to Enhance Generic Checks". (The primary motivation was that Sphinx complained about inconsistent section levels; with this change I preserved that sections describing individual annotations are all on the same level.) Apart from this change and the format conversion, I didn't review, validate or edit the contents of this documentation file because I think it would be better to place any additional changes in separate commits.
17 lines
286 B
ReStructuredText
17 lines
286 B
ReStructuredText
User Docs
|
|
=========
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
user-docs/Installation
|
|
user-docs/CommandLineUsage
|
|
user-docs/UsingWithXCode
|
|
user-docs/FilingBugs
|
|
user-docs/CrossTranslationUnit
|
|
user-docs/TaintAnalysisConfiguration
|
|
user-docs/Annotations
|
|
user-docs/FAQ
|