Help: Format visibility property and variable documentation

Add reStructuredText markup appropriately.
This commit is contained in:
Brad King
2015-05-22 10:49:10 -04:00
parent 771f1b00dc
commit 50de5dbbf5
4 changed files with 13 additions and 18 deletions

View File

@@ -1,8 +1,5 @@
CMAKE_<LANG>_VISIBILITY_PRESET
------------------------------
Default value for <LANG>_VISIBILITY_PRESET of targets.
This variable is used to initialize the <LANG>_VISIBILITY_PRESET
property on all the targets. See that target property for additional
information.
Default value for the :prop_tgt:`<LANG>_VISIBILITY_PRESET` target
property when a target is created.

View File

@@ -1,8 +1,5 @@
CMAKE_VISIBILITY_INLINES_HIDDEN
-------------------------------
Default value for VISIBILITY_INLINES_HIDDEN of targets.
This variable is used to initialize the VISIBILITY_INLINES_HIDDEN
property on all the targets. See that target property for additional
information.
Default value for the :prop_tgt:`VISIBILITY_INLINES_HIDDEN` target
property when a target is created.