Skip to content

Commit

Permalink
fix doxygen readme.md problem
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Jan 13, 2025
1 parent 53b5ccc commit c263248
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ set(DOXYGEN_CLASS_GRAPH NO)
set(DOXYGEN_COLLABORATION_GRAPH NO)
set(DOXYGEN_JAVADOC_AUTOBRIEF YES)
set(DOXYGEN_USE_MATHJAX YES)
set(DOXYGEN_RECURSIVE YES)
set(DOXYGEN_MAX_DOT_GRAPH_DEPTH 2)
# set(DOXYGEN_USE_MDFILE_AS_MAINPAGE "${PROJECT_SOURCE_DIR}/README.md")
set(DOXYGEN_IMAGE_PATH "${PROJECT_SOURCE_DIR}/doc/pics" "${PROJECT_SOURCE_DIR}/neuland/docs/figs"
Expand All @@ -43,8 +44,9 @@ set(DOXYGEN_DISABLE_INDEX NO)
set(DOXYGEN_FULL_SIDEBAR NO)
set(DOXYGEN_GENERATE_TREEVIEW YES)
set(DOXYGEN_HTML_COLORSTYLE LIGHT)
set(DOXYGEN_EXCLUDE_PATTERNS "*.py" "ext_h101_*")
set(DOXYGEN_EXTENSION_MAPPING "md=md")
# set(DOXYGEN_EXCLUDE_PATTERNS "*.py" "ext_h101_*")
# set(DOXYGEN_FILE_PATTERNS "readme.md")
# set(DOXYGEN_EXTENSION_MAPPING "md=md")

file(GLOB DataSourceFiles ${PROJECT_SOURCE_DIR}/r3bdata/*.cxx)
file(GLOB DataHeaderFiles ${PROJECT_SOURCE_DIR}/r3bdata/*.h)
Expand Down

0 comments on commit c263248

Please sign in to comment.