Modules: Wrap long lines in pre-formatted documentation blocks

Help format the blocks better for display without a wide screen.
This commit is contained in:
Brad King
2014-11-06 13:50:40 -05:00
parent 6c4aa388a5
commit 20c5f4fbd9
12 changed files with 38 additions and 29 deletions

View File

@@ -17,7 +17,7 @@
# Java_JAVAH_EXECUTABLE = the full path to the Java header generator
# Java_JAVADOC_EXECUTABLE = the full path to the Java documention generator
# Java_JAR_EXECUTABLE = the full path to the Java archiver
# Java_VERSION_STRING = Version of the package found (java version), eg. 1.6.0_12
# Java_VERSION_STRING = Version of java found, eg. 1.6.0_12
# Java_VERSION_MAJOR = The major version of the package found.
# Java_VERSION_MINOR = The minor version of the package found.
# Java_VERSION_PATCH = The patch version of the package found.