Skip to content

Commit

Permalink
Scope doxygen generation to include only *.h and *.md files (Azure#969)
Browse files Browse the repository at this point in the history
Scope doxygen generation to include only *.h and *.md files and disable inlining sources.
  • Loading branch information
danieljurek authored Aug 3, 2020
1 parent f50b904 commit 9df7669
Showing 1 changed file with 2 additions and 48 deletions.
50 changes: 2 additions & 48 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -850,53 +850,7 @@ INPUT_ENCODING = UTF-8
# C comment), *.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 \
*.doc \
*.txt \
*.py \
*.pyw \
*.f90 \
*.f95 \
*.f03 \
*.f08 \
*.f18 \
*.f \
*.for \
*.vhd \
*.vhdl \
*.ucf \
*.qsf \
*.ice
FILE_PATTERNS = *.h *.md

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
Expand Down Expand Up @@ -1039,7 +993,7 @@ SOURCE_BROWSER = NO
# classes and enums directly into the documentation.
# The default value is: NO.

INLINE_SOURCES = YES
INLINE_SOURCES = NO

# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and
Expand Down

0 comments on commit 9df7669

Please sign in to comment.