From d06c6e69f81b7934501a0fd42ef6eaeac770b2ea Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 30 Jul 2010 17:10:22 +0000 Subject: [PATCH] Corrected FILE_PATTERNS --- doc/doxygen.conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 5e489fa0..9ff111bd 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -489,7 +489,8 @@ INPUT_ENCODING = UTF-8 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py FILE_PATTERNS = libisoburn.h \ - xorriso.h + xorriso.h \ + comments # 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.