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/TestBigEndian.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Modules/TestBigEndian.cmake') diff --git a/Modules/TestBigEndian.cmake b/Modules/TestBigEndian.cmake index bf95d53216..3a38dfc39c 100644 --- a/Modules/TestBigEndian.cmake +++ b/Modules/TestBigEndian.cmake @@ -1,7 +1,7 @@ -# +# - Define macro to determine endian type # Check if the system is big endian or little endian -# -# VARIABLE - variable to store the result to +# TEST_BIG_ENDIAN(VARIABLE) +# VARIABLE - variable to store the result to # MACRO(TEST_BIG_ENDIAN VARIABLE) -- cgit v1.2.1