Skip to content

Commit

Permalink
wolfHSM: only document client and server headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett committed Jun 7, 2024
1 parent b76da75 commit 9d8d3a7
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions wolfHSM/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -895,52 +895,8 @@ INPUT_ENCODING = UTF-8
# *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd, *.vhdl,
# *.ucf, *.qsf and *.ice.

FILE_PATTERNS = *.c \
*.cc \
*.cxx \
*.cpp \
*.c++ \
*.java \
*.ii \
*.ixx \
*.ipp \
*.i++ \
*.inl \
*.idl \
*.ddl \
*.odl \
*.h \
*.hh \
*.hxx \
*.hpp \
*.h++ \
*.cs \
*.d \
*.php \
*.php4 \
*.php5 \
*.phtml \
*.inc \
*.m \
*.markdown \
*.md \
*.mm \
*.dox \
*.py \
*.pyw \
*.f90 \
*.f95 \
*.f03 \
*.f08 \
*.f18 \
*.f \
*.for \
*.tcl \
*.vhd \
*.vhdl \
*.ucf \
*.qsf \
*.ice
# NOTE: Only document public client and server headers (for now)
FILE_PATTERNS = wh_client.h wh_server.h

# 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 9d8d3a7

Please sign in to comment.