Help: 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-07 10:57:50 -05:00
parent 79349ed8fc
commit f0ca3ef0a3
2 changed files with 4 additions and 2 deletions

View File

@ -282,7 +282,8 @@ shared library:
generate_export_header(ClimbingStats) generate_export_header(ClimbingStats)
set_property(TARGET ClimbingStats PROPERTY VERSION ${Upstream_VERSION}) set_property(TARGET ClimbingStats PROPERTY VERSION ${Upstream_VERSION})
set_property(TARGET ClimbingStats PROPERTY SOVERSION 3) set_property(TARGET ClimbingStats PROPERTY SOVERSION 3)
set_property(TARGET ClimbingStats PROPERTY INTERFACE_ClimbingStats_MAJOR_VERSION 3) set_property(TARGET ClimbingStats PROPERTY
INTERFACE_ClimbingStats_MAJOR_VERSION 3)
set_property(TARGET ClimbingStats APPEND PROPERTY set_property(TARGET ClimbingStats APPEND PROPERTY
COMPATIBLE_INTERFACE_STRING ClimbingStats_MAJOR_VERSION COMPATIBLE_INTERFACE_STRING ClimbingStats_MAJOR_VERSION
) )

View File

@ -21,7 +21,8 @@
# flags to SDL_SOUND_LIBRARIES. This is prepended to SDL_SOUND_LIBRARIES. # flags to SDL_SOUND_LIBRARIES. This is prepended to SDL_SOUND_LIBRARIES.
# This is available mostly for cases this module failed to anticipate for # This is available mostly for cases this module failed to anticipate for
# and you must add additional flags. This is marked as ADVANCED. # and you must add additional flags. This is marked as ADVANCED.
# SDL_SOUND_VERSION_STRING, human-readable string containing the version of SDL_sound # SDL_SOUND_VERSION_STRING, human-readable string containing the
# version of SDL_sound
# #
# #
# #