summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-02 15:21:51 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-03-02 15:21:51 +0000
commite78e2885fe3f63cb806c959573f38e01be3c1ca2 (patch)
tree3e0755de2dcd283bb1d3d764da5d14c822ef11e4 /doc
parent777f2e75470cd9e444dd3dae950c303018b16a2a (diff)
[trunk] minor style to sync with branch 1.5
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 71691927..d30e384e 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -9,7 +9,7 @@ IF(DOXYGEN_FOUND)
# Configure the doxygen config file with variable from CMake and move it
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.dox.cmake.in
${CMAKE_BINARY_DIR}/doc/Doxyfile-html.dox @ONLY)
-
+
# Configure the html mainpage file of the doxygen documentation with variable
# from CMake and move it
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mainpage.dox.cmake