Ver Fonte

build: update doxygen

Michele Caini há 1 ano atrás
pai
commit
5ef09c04c6
3 ficheiros alterados com 205 adições e 153 exclusões
  1. 1 0
      TODO
  2. 6 6
      docs/CMakeLists.txt
  3. 198 147
      docs/doxy.in

+ 1 - 0
TODO

@@ -30,3 +30,4 @@ TODO:
 * any cdynamic to support const ownership construction
 * any cdynamic to support const ownership construction
 * allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
 * allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
 * FetchContent_Populate -> FetchContent_MakeAvailable warnings
 * FetchContent_Populate -> FetchContent_MakeAvailable warnings
+* doc: IMPLICIT_DIR_DOCS for dir docs or \dir

+ 6 - 6
docs/CMakeLists.txt

@@ -1,6 +1,6 @@
 # Doxygen configuration (documentation)
 # Doxygen configuration (documentation)
 
 
-find_package(Doxygen 1.10)
+find_package(Doxygen 1.13)
 
 
 if(DOXYGEN_FOUND)
 if(DOXYGEN_FOUND)
     include(FetchContent)
     include(FetchContent)
@@ -51,9 +51,9 @@ if(DOXYGEN_FOUND)
     )
     )
 
 
     if(ENTT_INSTALL)
     if(ENTT_INSTALL)
-    install(
-        DIRECTORY ${DOXY_OUTPUT_DIRECTORY}/html
-        DESTINATION share/${PROJECT_NAME}-${PROJECT_VERSION}/
-    )
-endif()
+        install(
+            DIRECTORY ${DOXY_OUTPUT_DIRECTORY}/html
+            DESTINATION share/${PROJECT_NAME}-${PROJECT_VERSION}/
+        )
+    endif()
 endif()
 endif()

Diff do ficheiro suprimidas por serem muito extensas
+ 198 - 147
docs/doxy.in


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff