mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Modules: Format documentation to avoid over-long preformatted lines
Convert several preformatted code block literals that enumerate lists of options or variables to use reST definition lists instead. Manually wrap other long lines in code blocks.
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
#
|
||||
# ::
|
||||
#
|
||||
# WRITE_BASIC_CONFIG_VERSION_FILE( filename [VERSION major.minor.patch] COMPATIBILITY (AnyNewerVersion|SameMajorVersion) )
|
||||
# WRITE_BASIC_CONFIG_VERSION_FILE( filename
|
||||
# [VERSION major.minor.patch]
|
||||
# COMPATIBILITY (AnyNewerVersion|SameMajorVersion)
|
||||
# )
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user