Skip to content

Commit

Permalink
Docs: only include main RenderSystem headers
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Sep 21, 2024
1 parent 4ae8d34 commit 4fba354
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ if(DOXYGEN_FOUND)
file(GLOB BASIC_TUTORIALS ${PROJECT_SOURCE_DIR}/Docs/src/tutorials/basictutorials/*.md)
file(GLOB COMPONENTS ${PROJECT_SOURCE_DIR}/Components/*/include)
file(GLOB PLUGINS ${PROJECT_SOURCE_DIR}/PlugIns/*/include)
file(GLOB RENDERSYSTEMS ${PROJECT_SOURCE_DIR}/RenderSystems/*/include/Ogre*RenderSystem.h)

set(CMAKE_DOXYGEN_INPUT_LIST
${PROJECT_SOURCE_DIR}/OgreMain/include
Expand All @@ -44,7 +45,7 @@ if(DOXYGEN_FOUND)
${PLUGINS}
${PROJECT_SOURCE_DIR}/PlugIns/PCZSceneManager/docs/readme.md
${PROJECT_SOURCE_DIR}/PlugIns/DotScene/README.md
${PROJECT_SOURCE_DIR}/RenderSystems
${RENDERSYSTEMS}
${BASIC_TUTORIALS}
${PROJECT_SOURCE_DIR}/Docs/src/apimainpage.md
${PROJECT_SOURCE_DIR}/Docs/src/manual.md
Expand Down

0 comments on commit 4fba354

Please sign in to comment.