From b7fa820118d6989ca4d77dbfcc972c2e903bfe2a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 14 Dec 2005 13:51:08 -0500 Subject: ENH: add documentation support for modules --- Modules/CheckSymbolExists.cmake | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'Modules/CheckSymbolExists.cmake') diff --git a/Modules/CheckSymbolExists.cmake b/Modules/CheckSymbolExists.cmake index cc1ca75f46..6d965fb32d 100644 --- a/Modules/CheckSymbolExists.cmake +++ b/Modules/CheckSymbolExists.cmake @@ -1,11 +1,10 @@ -# -# Check if the symbol exists in include files -# -# CHECK_SYMBOL_EXISTS - macro which checks the symbol exists in include files. -# SYMBOL - symbol -# FILES - include files to check -# VARIABLE - variable to return result -# +# - Check if the symbol exists in include files +# CHECK_SYMBOL_EXISTS(SYMBOL FILES VARIABLE) +# - macro which checks the symbol exists in include files. +# SYMBOL - symbol +# FILES - include files to check +# VARIABLE - variable to return result +# # If CMAKE_REQUIRED_FLAGS is set then those flags will be passed into the # compile of the program likewise if CMAKE_REQUIRED_LIBRARIES is set then # those libraries will be linked against the test program -- cgit v1.2.1