mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
Help: Apply syntax highlighting to project commands
* Replace most "::" by ".. code-block:: cmake"
* Header sentence in imperative voice,
detailed command description in present tense.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
remove_definitions
|
||||
------------------
|
||||
|
||||
Removes -D define flags added by :command:`add_definitions`.
|
||||
Remove -D define flags added by :command:`add_definitions`.
|
||||
|
||||
::
|
||||
.. code-block:: cmake
|
||||
|
||||
remove_definitions(-DFOO -DBAR ...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user