Skip to content

Commit

Permalink
Merge pull request #154 from dgarske/wolftpm_docs
Browse files Browse the repository at this point in the history
Fixes for wolfTPM docs
  • Loading branch information
bandi13 authored Jul 30, 2024
2 parents 443d6f2 + ef965d4 commit d130c85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 9 additions & 2 deletions wolfTPM/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,14 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = ./docs/README.md ./wolftpm/tpm2.h ./wolftpm/tpm2_wrap.h ./hal/tpm_io.h
INPUT = ./docs/README.md \
./examples/README.md \
./examples/pcr/README.md \
./examples/attestation/README.md \
./examples/boot/README.md \
./wolftpm/tpm2.h \
./wolftpm/tpm2_wrap.h \
./hal/tpm_io.h

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -954,7 +961,7 @@ RECURSIVE = NO
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE = ./examples
EXCLUDE =

# 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 Down
3 changes: 2 additions & 1 deletion wolfTPM/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ nav:
- "TPM2 Wrapper API": group__wolfTPM2__Wrappers.md
- "TPM2 Header File": tpm2_8h.md
- "TPM2 Wrapper Header File": tpm2__wrap_8h.md
- "TPM2 HAL IO": tpm__io_8h.md
- "6. Cited Sources": chapter06.md
theme:
name: null
name: null
custom_dir: ../mkdocs-material/material
language: en
palette:
Expand Down

0 comments on commit d130c85

Please sign in to comment.