Skip to content

Commit 4acc89c

Browse files
committed
fix: exclude implementation files from API docs
1 parent b04396f commit 4acc89c

1 file changed

Lines changed: 2 additions & 50 deletions

File tree

mkdocs/Doxyfile

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,57 +1006,9 @@ INPUT_FILE_ENCODING =
10061006
# be provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
10071007
# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
10081008

1009-
FILE_PATTERNS = *.c \
1010-
*.cc \
1011-
*.cxx \
1012-
*.cxxm \
1013-
*.cpp \
1014-
*.cppm \
1015-
*.ccm \
1016-
*.c++ \
1017-
*.c++m \
1018-
*.java \
1019-
*.ii \
1020-
*.ixx \
1021-
*.ipp \
1022-
*.i++ \
1023-
*.inl \
1024-
*.idl \
1025-
*.ddl \
1026-
*.odl \
1027-
*.h \
1028-
*.hh \
1029-
*.hxx \
1030-
*.hpp \
1031-
*.h++ \
1032-
*.ixx \
1033-
*.l \
1034-
*.cs \
1035-
*.d \
1036-
*.php \
1037-
*.php4 \
1038-
*.php5 \
1039-
*.phtml \
1040-
*.inc \
1041-
*.m \
1042-
*.markdown \
1009+
FILE_PATTERNS = *.h \
10431010
*.md \
1044-
*.mm \
1045-
*.dox \
1046-
*.py \
1047-
*.pyw \
1048-
*.f90 \
1049-
*.f95 \
1050-
*.f03 \
1051-
*.f08 \
1052-
*.f18 \
1053-
*.f \
1054-
*.for \
1055-
*.vhd \
1056-
*.vhdl \
1057-
*.ucf \
1058-
*.qsf \
1059-
*.ice
1011+
*.dox
10601012

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

0 commit comments

Comments
 (0)