Skip to content

Commit 569ac8d

Browse files
author
Walzer
committed
issue #160
1 parent 7ba9fdc commit 569ac8d

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

doxygen.config

+2-32
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ABBREVIATE_BRIEF = "The $name class" \
102102
# Doxygen will generate a detailed section even if there is only a brief
103103
# description.
104104

105-
ALWAYS_DETAILED_SEC = NO
105+
ALWAYS_DETAILED_SEC = YES
106106

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

610-
FILE_PATTERNS = *.c \
611-
*.cc \
612-
*.cxx \
613-
*.cpp \
614-
*.c++ \
615-
*.d \
616-
*.java \
617-
*.ii \
618-
*.ixx \
619-
*.ipp \
620-
*.i++ \
621-
*.inl \
622-
*.h \
623-
*.hh \
624-
*.hxx \
625-
*.hpp \
626-
*.h++ \
627-
*.idl \
628-
*.odl \
629-
*.cs \
630-
*.php \
631-
*.php3 \
632-
*.inc \
633-
*.m \
634-
*.mm \
635-
*.dox \
636-
*.py \
637-
*.f90 \
638-
*.f \
639-
*.vhd \
640-
*.vhdl
610+
FILE_PATTERNS = *.h
641611

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

0 commit comments

Comments
 (0)