Baranov Victor 52639d69ac
[clang-tidy][NFC][doc] improve "options" sections of bugprone- and modernize- checks (#133525)
Improved "options" sections of `bugprone-` and `modernize-` checks:

1. Added `Options` keyword to be a delimiter between "body" and
"options" parts of docs
2. Added default values where was absent.
3. Improved readability of some default values by converting `1` to
`true`.
2025-03-30 20:26:23 +02:00
..
2024-09-18 08:25:58 -04:00
2023-05-28 13:13:12 -07: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.