Skip to content

Commit af37cc4

Browse files
committed
lestarch: update to doxygen file
1 parent 1411b40 commit af37cc4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/UsersGuide/guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ This section is divided into three sub-sections:
8080
- API Documentation
8181
- [GDS CLI Design](./dev/gds-cli-dev.md)
8282
- [C++ Documentation](./api/c++/html/index.html)
83-
- [`fprime` Python Documentation](./api/python/fprime/html/index.html)
84-
- [`fprime-gds` Python Documentation](./api/python/fprime-gds/html/index.html)
8583

8684

8785

docs/doxygen/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ RECURSIVE = YES
899899
EXCLUDE = ./docs/Architecture/ ./docs/UsersGuide/ ./docs/Tutorials/ ./docs/_data/ \
900900
./docs/INSTALL.md ./docs/projects.md ./docs/index.md ./docs/_config.yml ./docs/features.md \
901901
*CMakeFiles/* ./Gds ./Fw/Python ./ptf ./Autocoders ./cmake ./gtest ./Ref ./RPI ./metrics \
902-
STest ./mk ./README.md
902+
STest ./mk ./README.md ./CONTRIBUTORS.md
903903

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

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

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

0 commit comments

Comments
 (0)