From 826374a45ac8eb7fef9c41a391b1ca759c5a2b31 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 25 Aug 2011 20:30:58 +0200 Subject: [PATCH] Remove blank line at the start of the file. A blank line excludes the file from documentation processing. --- Modules/GenerateExportHeader.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/GenerateExportHeader.cmake b/Modules/GenerateExportHeader.cmake index 8d6cab986..b441f3cd3 100644 --- a/Modules/GenerateExportHeader.cmake +++ b/Modules/GenerateExportHeader.cmake @@ -1,6 +1,4 @@ - # - Function for generation of export macros for libraries -# # This module provides the function GENERATE_EXPORT_HEADER() and the # accompanying ADD_COMPILER_EXPORT_FLAGS() function. #