Răsfoiți Sursa

Fixes: #377 and adds the PolycodeUI to the Docs.

Joachim Meyer 11 ani în urmă
părinte
comite
df9a83b908

+ 4 - 1
Documentation/CMakeLists.txt

@@ -14,6 +14,7 @@ OUTPUT doc_cmd
 COMMAND ${DOXYGEN_EXECUTABLE} ${Polycode_SOURCE_DIR}/Documentation/Doxygen/Polycode.doxygen
 COMMAND ${DOXYGEN_EXECUTABLE} ${Polycode_SOURCE_DIR}/Documentation/Doxygen/Physics2D.doxygen
 COMMAND ${DOXYGEN_EXECUTABLE} ${Polycode_SOURCE_DIR}/Documentation/Doxygen/Physics3D.doxygen
+COMMAND ${DOXYGEN_EXECUTABLE} ${Polycode_SOURCE_DIR}/Documentation/Doxygen/Polycode_ui.doxygen
 COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR}/doc_cmd # Generate the given output file(empty file), to keep track of whether we need to rebuild.
 WORKING_DIRECTORY ${Polycode_SOURCE_DIR}/Documentation/Doxygen/
 DEPENDS ${HEADER_DEPENDENCIES_CORE} ${HEADER_DEPENDENCIES_2DPHYSICS} ${HEADER_DEPENDENCIES_3DPHYSICS} ${HEADER_DEPENDENCIES_UI}
@@ -28,7 +29,9 @@ INSTALL(DIRECTORY Doxygen/output/standalone/Physics2D
         DESTINATION Docs/Modules)
 INSTALL(DIRECTORY Doxygen/output/standalone/Physics3D
         DESTINATION Docs/Modules)
-
+INSTALL(DIRECTORY Doxygen/output/standalone/PolycodeUI
+		DESTINATION Docs/Modules)
+		
 ENDIF(DOXYGEN_FOUND)
 
 ENDIF(POLYCODE_BUILD_DOCS)

Fișier diff suprimat deoarece este prea mare
+ 513 - 365
Documentation/Doxygen/Polycode.doxygen


+ 4 - 4
Documentation/Doxygen/index.dox

@@ -4,9 +4,9 @@
 \mainpage Polycode
 
 \section Modules
-<a href="../../Polycode/html/index.html">Core</a> <br>
-<a href="../../PolycodeUI/html/index.html">UI Module</a> <br> 
-<a href="../../Physics2D/html/index.html">Physics2D</a> <br>
-<a href="../../Physics3D/html/index.html">Physics3D</a> <br>
+<a href="../../../Core/Polycode/html/index.html">Core</a> <br>
+<a href="../../../Modules/PolycodeUI/html/index.html">UI Module</a> <br> 
+<a href="../../../Modules/Physics2D/html/index.html">Physics2D</a> <br>
+<a href="../../../Modules/Physics3D/html/index.html">Physics3D</a> <br>
 
 */

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff