summaryrefslogtreecommitdiff
path: root/Modules/FindBISON.cmake
diff options
context:
space:
mode:
authorBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-04-05 17:22:38 +0200
committerBartosz Kosiorek <bartosz.kosiorek@tomtom.com>2019-04-08 14:55:56 +0200
commitcb33befe2dec44728003720ec187ff2e7eb0317a (patch)
treec5ac4dd3fc6f131c02d2cfd120d92392328aad21 /Modules/FindBISON.cmake
parent0e4fbb4a1f24bf1e9cda4fca41f9cf80bd57aaf4 (diff)
downloadcmake-cb33befe2dec44728003720ec187ff2e7eb0317a.tar.gz
Modules: Update documentation formatting
Diffstat (limited to 'Modules/FindBISON.cmake')
-rw-r--r--Modules/FindBISON.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindBISON.cmake b/Modules/FindBISON.cmake
index 06ac2d93f0..b0e25dc37b 100644
--- a/Modules/FindBISON.cmake
+++ b/Modules/FindBISON.cmake
@@ -19,7 +19,7 @@ The module defines the following variables:
true if the program was found
The minimum required version of ``bison`` can be specified using the
-standard CMake syntax, e.g. ``find_package(BISON 2.1.3)``.
+standard CMake syntax, e.g. :command:`find_package(BISON 2.1.3)`.
If ``bison`` is found, the module defines the macro::
@@ -55,7 +55,7 @@ The options are:
The macro defines the following variables:
``BISON_<Name>_DEFINED``
- true is the macro ran successfully
+ ``True`` is the macro ran successfully
``BISON_<Name>_INPUT``
The input source file, an alias for <YaccInput>