File tree 1 file changed +2
-32
lines changed
1 file changed +2
-32
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ ABBREVIATE_BRIEF = "The $name class" \
102
102
# Doxygen will generate a detailed section even if there is only a brief
103
103
# description.
104
104
105
- ALWAYS_DETAILED_SEC = NO
105
+ ALWAYS_DETAILED_SEC = YES
106
106
107
107
# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
108
108
# inherited members of a class in the documentation of that class as if those
@@ -607,37 +607,7 @@ INPUT_ENCODING = UTF-8
607
607
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
608
608
# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
609
609
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
641
611
642
612
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
643
613
# should be searched for input files as well. Possible values are YES and NO.
You can’t perform that action at this time.
0 commit comments