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 7282594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/r3bbuild-steps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
git config --global --add safe.directory $GITHUB_WORKSPACE
git submodule update --init --recursive
git clone https://github.com/R3BRootGroup/macros.git
conan remote update conancenter --url="https://center2.conan.io"
echo ""
echo "path environment variable: $PATH\n"
echo ""
Expand Down
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 7282594

Please sign in to comment.