mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-17 04:31:04 -06:00
Don't start a line with a dash(-)
That is a special character in cmake dox.
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
# ADD_COMPILER_EXPORT_FLAGS( [FATAL_WARNINGS] )
|
# ADD_COMPILER_EXPORT_FLAGS( [FATAL_WARNINGS] )
|
||||||
#
|
#
|
||||||
# By default GENERATE_EXPORT_HEADER() generates macro names in a file name
|
# By default GENERATE_EXPORT_HEADER() generates macro names in a file name
|
||||||
# determined by the name of the library. The ADD_COMPILER_EXPORT_FLAGS macro adds
|
# determined by the name of the library. The ADD_COMPILER_EXPORT_FLAGS macro
|
||||||
# -fvisibility=hidden to CMAKE_CXX_FLAGS if supported, and is a no-op on Windows
|
# adds -fvisibility=hidden to CMAKE_CXX_FLAGS if supported, and is a no-op on Windows
|
||||||
# which does not need extra compiler flags for exporting support.
|
# which does not need extra compiler flags for exporting support.
|
||||||
#
|
#
|
||||||
# This means that in the simplest case, users of these functions will be equivalent to:
|
# This means that in the simplest case, users of these functions will be equivalent to:
|
||||||
|
|||||||
Reference in New Issue
Block a user