Skip to content

Commit ce2a00f

Browse files
committed
Disable doxygen
1 parent fd0fd6f commit ce2a00f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/CMakeLists.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
find_package(Doxygen)
1+
#find_package(Doxygen)
22

3-
if(DOXYGEN_FOUND)
3+
#if(DOXYGEN_FOUND)
44

5-
set(doxyfile_in ${CMAKE_CURRENT_SOURCE_DIR}/doxyfile.in)
6-
set(doxyfile ${CMAKE_CURRENT_BINARY_DIR}/doxyfile)
5+
#set(doxyfile_in ${CMAKE_CURRENT_SOURCE_DIR}/doxyfile.in)
6+
#set(doxyfile ${CMAKE_CURRENT_BINARY_DIR}/doxyfile)
77

8-
configure_file(${doxyfile_in} ${doxyfile} @ONLY)
8+
#configure_file(${doxyfile_in} ${doxyfile} @ONLY)
99

10-
add_custom_target(doc
11-
COMMAND ${DOXYGEN_EXECUTABLE} ${doxyfile}
12-
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
13-
COMMENT "Generating API Documentation with Doxygen"
14-
VERBATIM)
10+
#add_custom_target(doc
11+
#COMMAND ${DOXYGEN_EXECUTABLE} ${doxyfile}
12+
#WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
13+
#COMMENT "Generating API Documentation with Doxygen"
14+
#VERBATIM)
1515

16-
else()
17-
message(INFO "Doxygen not found. Documentation will not be built")
18-
endif()
16+
#else()
17+
#message(INFO "Doxygen not found. Documentation will not be built")
18+
#endif()

0 commit comments

Comments
 (0)