diff options
Diffstat (limited to 'template/Doxyfile.tmpl')
-rw-r--r-- | template/Doxyfile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Doxyfile.tmpl b/template/Doxyfile.tmpl index 0f7675381d..2fc882edd9 100644 --- a/template/Doxyfile.tmpl +++ b/template/Doxyfile.tmpl @@ -102,7 +102,7 @@ WARN_LOGFILE = # configuration options related to the input files #--------------------------------------------------------------------------- INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.c *.h *.y *.def +FILE_PATTERNS = *.c *.h *.hpp *.y *.def RECURSIVE = YES EXCLUDE = <%=srcdir%>/ext/dl/callback <%=srcdir%>/ccan <%=srcdir%>/ext/psych/yaml EXCLUDE_SYMLINKS = YES |