Skip to content

Commit

Permalink
Changed doxygen awesome documentation to install doxygen-awesome as s…
Browse files Browse the repository at this point in the history
…ubmodule
  • Loading branch information
githubuser0xFFFF committed Apr 30, 2024
1 parent 302971d commit 24113bf
Show file tree
Hide file tree
Showing 21 changed files with 20 additions and 3,701 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "cpack.d"]
path = cpack.d
url = https://github.com/coin3d/cpack.d
[submodule "docs/doxygen-awesome/submodule"]
path = docs/doxygen-awesome/submodule
url = https://github.com/jothepro/doxygen-awesome-css.git
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,13 @@ if(QUARTER_BUILD_AWESOME_DOCUMENTATION)
set(DOXYGEN_EXTRACT_PRIVATE NO)
set(DOXYGEN_WARN_IF_UNDOCUMENTED YES)
set(DOXYGEN_EXCLUDE)
set(GITHUB_LINK "https://github.com/coin3d/quarter")

set(DOXYFILE_AWESOME "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile_awesome")
set(HTML_HEADER_AWESOME "${CMAKE_CURRENT_BINARY_DIR}/header_awesome.html")
set(DOXYGEN_OUTPUT_AWESOME "${CMAKE_BINARY_DIR}/html_awesome/index.html")
configure_file("${CMAKE_SOURCE_DIR}/docs/quarter.doxygen.awesome.cmake.in" ${DOXYFILE_AWESOME} @ONLY)
configure_file("${CMAKE_SOURCE_DIR}/docs/doxygen-awesome/header.html.cmake.in" ${HTML_HEADER_AWESOME} @ONLY)

# ############################################################################
# Setup documentation targets
Expand Down
21 changes: 0 additions & 21 deletions docs/doxygen-awesome/LICENSE

This file was deleted.

39 changes: 0 additions & 39 deletions docs/doxygen-awesome/Makefile

This file was deleted.

173 changes: 0 additions & 173 deletions docs/doxygen-awesome/README.md

This file was deleted.

Loading

0 comments on commit 24113bf

Please sign in to comment.