summaryrefslogtreecommitdiffstats
path: root/Modules/CheckFortranCompilerFlag.cmake
diff options
context:
space:
mode:
authorJoachim Wuttke (l) <j.wuttke@fz-juelich.de>2018-10-09 19:55:10 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-10-18 20:27:31 (GMT)
commit93f3f65516c65d79fe7bea54e883f1d767a99b6b (patch)
tree6a69af9d68f1fc06e312d4bc77740890af68e872 /Modules/CheckFortranCompilerFlag.cmake
parentfc7ee1ca459c3b231aa1fb64aeeaee590c019513 (diff)
downloadCMake-93f3f65516c65d79fe7bea54e883f1d767a99b6b.zip
CMake-93f3f65516c65d79fe7bea54e883f1d767a99b6b.tar.gz
CMake-93f3f65516c65d79fe7bea54e883f1d767a99b6b.tar.bz2
Help: Revise docs of modules AddFileDependencies..CheckFunctionExists
* Replace '::' by '.. code-block:: cmake' wherever it makes sense. * Convert to definition list where appropriate. * Prefer '<placeholder>' over 'placeholder'.
Diffstat (limited to 'Modules/CheckFortranCompilerFlag.cmake')
-rw-r--r--Modules/CheckFortranCompilerFlag.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckFortranCompilerFlag.cmake b/Modules/CheckFortranCompilerFlag.cmake
index 2cb2532..299cd8c 100644
--- a/Modules/CheckFortranCompilerFlag.cmake
+++ b/Modules/CheckFortranCompilerFlag.cmake
@@ -9,7 +9,7 @@ Check whether the Fortran compiler supports a given flag.
.. command:: check_fortran_compiler_flag
- ::
+ .. code-block:: cmake
check_fortran_compiler_flag(<flag> <var>)