Explorar el Código

build: update doxygen

Michele Caini hace 11 meses
padre
commit
5ef09c04c6
Se han modificado 3 ficheros con 205 adiciones y 153 borrados
  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
 * allow passing arguments to meta setter/getter (we can fallback on meta invoke probably)
 * 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)
 
-find_package(Doxygen 1.10)
+find_package(Doxygen 1.13)
 
 if(DOXYGEN_FOUND)
     include(FetchContent)
@@ -51,9 +51,9 @@ if(DOXYGEN_FOUND)
     )
 
     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()

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 198 - 147
docs/doxy.in


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio