summaryrefslogtreecommitdiff
path: root/Modules/FindLibXslt.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-06 13:50:40 -0500
committerBrad King <brad.king@kitware.com>2014-11-06 14:52:26 -0500
commit20c5f4fbd98148685954a6d9ca567d43758f63aa (patch)
treeb9e19074122ec3701cae51c2131e20ee89a33690 /Modules/FindLibXslt.cmake
parent6c4aa388a5de3786f16fe806e4586d5f8d9e205d (diff)
downloadcmake-20c5f4fbd98148685954a6d9ca567d43758f63aa.tar.gz
Modules: Wrap long lines in pre-formatted documentation blocks
Help format the blocks better for display without a wide screen.
Diffstat (limited to 'Modules/FindLibXslt.cmake')
-rw-r--r--Modules/FindLibXslt.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/FindLibXslt.cmake b/Modules/FindLibXslt.cmake
index bf2f821309..2416341fb9 100644
--- a/Modules/FindLibXslt.cmake
+++ b/Modules/FindLibXslt.cmake
@@ -17,10 +17,10 @@
# Additionally, the following two variables are set (but not required
# for using xslt):
#
-# ::
-#
-# LIBXSLT_EXSLT_LIBRARIES - Link to these if you need to link against the exslt library
-# LIBXSLT_XSLTPROC_EXECUTABLE - Contains the full path to the xsltproc executable if found
+# ``LIBXSLT_EXSLT_LIBRARIES``
+# Link to these if you need to link against the exslt library.
+# ``LIBXSLT_XSLTPROC_EXECUTABLE``
+# Contains the full path to the xsltproc executable if found.
#=============================================================================
# Copyright 2006-2009 Kitware, Inc.