llvm/clang-tools-extra/docs
Jonas Toth d3e48d9320 [docs] improve documentation for misc-const-correctness
Improve the documentation for 'misc-const-correctness' to:

- include better examples
- improve the english
- fix links to other checks that were broken due to the directory-layout changes
- mention the limitation that the check does not run on `C` code.

Addresses #56749, #56958

Reviewed By: njames93

Differential Revision: https://reviews.llvm.org/D132244

(cherry picked from commit b5b750346346bfe95c7c6b1cceacc6cfccc8f4f4)
2022-09-30 08:20:18 +02:00
..
_static
_templates
clang-tidy [docs] improve documentation for misc-const-correctness 2022-09-30 08:20:18 +02:00
clangd
clang-doc.rst [CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>" 2022-07-14 01:28:28 -07:00
clang-include-fixer.rst
clang-modernize.rst
clang-rename.rst [CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>" 2022-07-14 01:28:28 -07:00
clang-tidy.rst
clangd.rst
CMakeLists.txt
conf.py [docs] Remove hard-coded version numbers from sphinx configs 2022-02-01 23:14:12 -08:00
cpp11-migrate.rst
doxygen-mainpage.dox
doxygen.cfg.in
index.rst
make.bat
modularize.rst [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
ModularizeUsage.rst
pp-trace.rst [pp-trace] Print HashLoc in InclusionDirective callback 2022-06-03 19:29:59 +08:00
README.txt
ReleaseNotes.rst [DOCS] Minor fixes and removals of WIP warnings 2022-09-04 16:48:01 +02:00

----------------------------------
Documentation in clang-tools-extra
----------------------------------

To generate documentation in HTML format from files in clang-tools-extra/docs,
build the docs-clang-tools-html target.

To generate documentation from the source code using Doxygen, build the
doxygen-clang-tools target.