Skip to content

Commit 5ef09c0

Browse files
committed
build: update doxygen
1 parent a1f978d commit 5ef09c0

File tree

3 files changed

+319
-242
lines changed

3 files changed

+319
-242
lines changed

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ TODO:
3030
* any cdynamic to support const ownership construction
3131
* allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
3232
* FetchContent_Populate -> FetchContent_MakeAvailable warnings
33+
* doc: IMPLICIT_DIR_DOCS for dir docs or \dir

docs/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Doxygen configuration (documentation)
22

3-
find_package(Doxygen 1.10)
3+
find_package(Doxygen 1.13)
44

55
if(DOXYGEN_FOUND)
66
include(FetchContent)
@@ -51,9 +51,9 @@ if(DOXYGEN_FOUND)
5151
)
5252

5353
if(ENTT_INSTALL)
54-
install(
55-
DIRECTORY ${DOXY_OUTPUT_DIRECTORY}/html
56-
DESTINATION share/${PROJECT_NAME}-${PROJECT_VERSION}/
57-
)
58-
endif()
54+
install(
55+
DIRECTORY ${DOXY_OUTPUT_DIRECTORY}/html
56+
DESTINATION share/${PROJECT_NAME}-${PROJECT_VERSION}/
57+
)
58+
endif()
5959
endif()

0 commit comments

Comments
 (0)