Skip to content

Commit 90414d7

Browse files
committed
bugfix: update doxygen.conf and Makefile
1 parent 1471786 commit 90414d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ DOXYGEN_CONF= doxygen.conf
3636
DOXYGEN_OUTPUT_DIR= _docs
3737
DOXYGEN_XML_DIR= $(DOXYGEN_OUTPUT_DIR)/xml
3838
DOXYGEN_XML_FILE= $(DOXYGEN_XML_DIR)/index.xml
39-
DOXYGEN_FLAGS?= -q
39+
DOXYGEN_FLAGS?=
4040

41-
SPHINX_FLAGS?= -W --keep-going -q
41+
SPHINX_FLAGS?= -W --keep-going
4242
SPHINX_FLAGS_DEFAULT=
4343
SPHINX_SRC_DIR= .
4444
SPHINX_BUILD_DIR= _build

docs/doxygen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ DOT_CLEANUP = YES
27212721
PROJECT_NAME = $(PROJECT_NAME)
27222722
PROJECT_BRIEF = $(PROJECT_BRIEF)
27232723
INPUT = ../
2724-
EXCLUDE = ../examples ../docs
2724+
EXCLUDE_PATTERNS = */examples */docs */common */bin
27252725
FILE_PATTERNS = *.h \
27262726
*.hh \
27272727
*.hxx \

0 commit comments

Comments
 (0)