Skip to content

Commit

Permalink
lestarch: update to doxygen file
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Dec 13, 2021
1 parent 1411b40 commit af37cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/UsersGuide/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ This section is divided into three sub-sections:
- API Documentation
- [GDS CLI Design](./dev/gds-cli-dev.md)
- [C++ Documentation](./api/c++/html/index.html)
- [`fprime` Python Documentation](./api/python/fprime/html/index.html)
- [`fprime-gds` Python Documentation](./api/python/fprime-gds/html/index.html)



Expand Down
4 changes: 2 additions & 2 deletions docs/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ RECURSIVE = YES
EXCLUDE = ./docs/Architecture/ ./docs/UsersGuide/ ./docs/Tutorials/ ./docs/_data/ \
./docs/INSTALL.md ./docs/projects.md ./docs/index.md ./docs/_config.yml ./docs/features.md \
*CMakeFiles/* ./Gds ./Fw/Python ./ptf ./Autocoders ./cmake ./gtest ./Ref ./RPI ./metrics \
STest ./mk ./README.md
STest ./mk ./README.md ./CONTRIBUTORS.md

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand All @@ -915,7 +915,7 @@ EXCLUDE_SYMLINKS = NO
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*

EXCLUDE_PATTERNS = */test/* */GTest/* */build-*/* */Autocoders/MagicDrawCompPlugin/* */cmake/*
EXCLUDE_PATTERNS = */test/* */GTest/* */build-*/* */Autocoders/MagicDrawCompPlugin/* */cmake/* */docs/v*.* */README.md

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down

0 comments on commit af37cc4

Please sign in to comment.