summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-05 11:29:35 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-05 11:29:35 +0100
commit881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3 (patch)
tree0ccdb1c14551a1bc37025dc09c10a2f4f4bf020c /doc
parent0010c60ac578e8d463b5948f5b2f137dde54abd9 (diff)
downloaduca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.tar.gz
uca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.tar.bz2
uca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.tar.xz
uca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.zip
Remove cruft
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 0e5afd1..aeb482e 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,17 +1,17 @@
cmake_minimum_required(VERSION 2.8)
-find_package(Doxygen)
+#find_package(Doxygen)
# --- Create Doxygen source documentation by typing `make doc`
-if(DOXYGEN_FOUND)
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/publish.sh.in ${CMAKE_CURRENT_BINARY_DIR}/publish.sh)
-
- add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/html/index.html
- COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../src/uca.h
- COMMENT "Generating API documentation with Doxygen" VERBATIM
- )
- add_custom_target(docs ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/html/index.html)
-endif(DOXYGEN_FOUND)
+#if(DOXYGEN_FOUND)
+# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
+# configure_file(${CMAKE_CURRENT_SOURCE_DIR}/publish.sh.in ${CMAKE_CURRENT_BINARY_DIR}/publish.sh)
+#
+# add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/html/index.html
+# COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
+# WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+# DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../src/uca.h
+# COMMENT "Generating API documentation with Doxygen" VERBATIM
+# )
+# add_custom_target(docs ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/html/index.html)
+#endif(DOXYGEN_FOUND)