File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,6 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include)
137
137
# Doxygen
138
138
#=======================================================================
139
139
140
- set (DOXYGEN_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR} /doc" )
141
-
142
140
configure_file (doc /Doxyfile.in doc /Doxyfile @ONLY )
143
141
144
142
add_custom_target (
Original file line number Diff line number Diff line change 51
51
"CMAKE_CXX_FLAGS" : " -Wall -Wextra -fsanitize=address" ,
52
52
"CMAKE_SHARED_LINKER_FLAGS" : " -fsanitize=address" ,
53
53
"CMAKE_CXX_STANDARD_REQUIRED" : " ON" ,
54
- "PROJECT_BINARY_DIR" : " ${sourceDir}/build/dev"
54
+ "PROJECT_BINARY_DIR" : " ${sourceDir}/build/dev" ,
55
+ "DOXYGEN_OUTPUT_DIRECTORY" : " ${sourceDir}/build/dev/doc/"
55
56
}
56
57
},
57
58
{
Original file line number Diff line number Diff line change @@ -907,10 +907,7 @@ WARN_LOGFILE =
907
907
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
908
908
# Note: If this tag is empty the current directory is searched.
909
909
910
- INPUT = include \
911
- benchmarks/benchmarks.md \
912
- CHANGELOG.md \
913
- examples README.md
910
+ INPUT = include examples README.md
914
911
915
912
# This tag can be used to specify the character encoding of the source files
916
913
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
You can’t perform that action at this time.
0 commit comments