mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user