summaryrefslogtreecommitdiffstats
path: root/Help/command/configure_file.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-09-12 15:41:36 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-15 18:12:49 (GMT)
commit441f2808eca5c1deed7e480ce3043c57c901b33c (patch)
treeff6f8e35a32be270def253dbcd41c3ef322f768a /Help/command/configure_file.rst
parent6ceb6511554c41c14eafe882e5b94c0438e69bbc (diff)
downloadCMake-441f2808eca5c1deed7e480ce3043c57c901b33c.zip
CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.gz
CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.bz2
Help: Fix reStructuredText syntax in auto-generated documents
Diffstat (limited to 'Help/command/configure_file.rst')
-rw-r--r--Help/command/configure_file.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/configure_file.rst b/Help/command/configure_file.rst
index 5e5a33a..70357f2 100644
--- a/Help/command/configure_file.rst
+++ b/Help/command/configure_file.rst
@@ -31,7 +31,7 @@ will be replaced and ${VAR} will be ignored. This is useful for
configuring scripts that use ${VAR}.
Input file lines of the form "#cmakedefine VAR ..." will be replaced
-with either "#define VAR ..." or "/* #undef VAR */" depending on
+with either "#define VAR ..." or ``/* #undef VAR */`` depending on
whether VAR is set in CMake to any value not considered a false
constant by the if() command. (Content of "...", if any, is processed
as above.) Input file lines of the form "#cmakedefine01 VAR" will be