mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Help: Format visibility property and variable documentation
Add reStructuredText markup appropriately.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user