From a314fb5e91575062fca880bb69d2e25256f63862 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Thu, 11 Sep 2008 22:19:46 +0000 Subject: [PATCH] I hope this fixes doc stuff --- doc/doxygen.conf.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index e36d6010..0a847861 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -477,7 +477,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = libburn \ +INPUT = libisoburn \ doc \ test @@ -495,9 +495,7 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py -FILE_PATTERNS = libburn.h \ - comments \ - libburner.c +FILE_PATTERNS = # 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.