Skip to content

Commit

Permalink
adds updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bytecod3 committed Aug 6, 2024
1 parent 6b9e94d commit 5edf89b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,8 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = README.md /
INPUT =
INPUT += README.md
USE_MDFILE_AS_MAINPAGE = README.md

# This tag can be used to specify the character encoding of the source files
Expand Down Expand Up @@ -1040,7 +1041,8 @@ FILE_PATTERNS = *.c \
*.vhdl \
*.ucf \
*.qsf \
*.ice
*.ice \
*.md

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
Expand Down

0 comments on commit 5edf89b

Please sign in to comment.