Skip to content

Commit

Permalink
Use a better doxygen CSS template
Browse files Browse the repository at this point in the history
Also fix various doxgygen errors
These are backports from 4.0 docs
  • Loading branch information
darksylinc committed Nov 10, 2023
1 parent 0348305 commit 1ffbd3a
Show file tree
Hide file tree
Showing 8 changed files with 2,174 additions and 782 deletions.
420 changes: 10 additions & 410 deletions CMake/Templates/html.cfg.in

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions Docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@ if(DOXYGEN_FOUND)
${OGRE_SOURCE_DIR}/Docs/src/SettingUpOgre/*.md
${OGRE_SOURCE_DIR}/Docs/src/UsingOgre/*.md
)


file(GLOB COMPONENTS ${OGRE_SOURCE_DIR}/Components/*/include)
file(GLOB PLUGINS ${OGRE_SOURCE_DIR}/PlugIns/*/include)

set(CMAKE_DOXYGEN_INPUT_LIST
\"${OGRE_SOURCE_DIR}/OgreMain
${OGRE_SOURCE_DIR}/Components
${OGRE_SOURCE_DIR}/Plugins
\"${OGRE_SOURCE_DIR}/OgreMain/include
${COMPONENTS}
${PLUGINS}
${OGRE_SOURCE_DIR}/PlugIns
${OGRE_SOURCE_DIR}/RenderSystems
${OGRE_SOURCE_DIR}/Docs/src/apimainpage.md
${MANUAL}\")
Expand Down
Loading

0 comments on commit 1ffbd3a

Please sign in to comment.