Skip to content

Commit

Permalink
issue #160
Browse files Browse the repository at this point in the history
  • Loading branch information
Walzer committed Sep 28, 2010
1 parent 7ba9fdc commit 569ac8d
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ABBREVIATE_BRIEF = "The $name class" \
# Doxygen will generate a detailed section even if there is only a brief
# description.

ALWAYS_DETAILED_SEC = NO
ALWAYS_DETAILED_SEC = YES

# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
Expand Down Expand Up @@ -607,37 +607,7 @@ INPUT_ENCODING = UTF-8
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90

FILE_PATTERNS = *.c \
*.cc \
*.cxx \
*.cpp \
*.c++ \
*.d \
*.java \
*.ii \
*.ixx \
*.ipp \
*.i++ \
*.inl \
*.h \
*.hh \
*.hxx \
*.hpp \
*.h++ \
*.idl \
*.odl \
*.cs \
*.php \
*.php3 \
*.inc \
*.m \
*.mm \
*.dox \
*.py \
*.f90 \
*.f \
*.vhd \
*.vhdl
FILE_PATTERNS = *.h

# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.
Expand Down

0 comments on commit 569ac8d

Please sign in to comment.