Help: Convert some literal blocks into tables and lists

Also, ensure that header-less tables have a top border in cmake.css.
This commit is contained in:
Nikita Nemkin
2025-01-23 15:31:58 +05:00
committed by Brad King
parent 914d580a4f
commit 718043b540
15 changed files with 231 additions and 217 deletions

View File

@@ -10,9 +10,7 @@ Set the regular expression used for dependency checking.
Sets the regular expressions used in dependency checking. Only files
matching ``regex_match`` will be traced as dependencies. Only files
matching ``regex_complain`` will generate warnings if they cannot be found
(standard header paths are not searched). The defaults are:
(standard header paths are not searched).
::
regex_match = "^.*$" (match everything)
regex_complain = "^$" (match empty string only)
The default for ``regex_match`` is ``"^.*$"`` (match everything).
The default for ``regex_complain`` is ``"^$"`` (match empty string only).