From: Dean Camera Date: Wed, 12 May 2010 07:52:40 +0000 (+0000) Subject: Fix Doxygen treating the license as a documentation source file. X-Git-Tag: LUFA-110528-BETA~473 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/dd92de3919d4db0f24f583d4dbc864aa79b09fb0 Fix Doxygen treating the license as a documentation source file. --- diff --git a/LUFA.pnproj b/LUFA.pnproj index a3cb469e2..dd9fd8a90 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index 812f23985..7f9683873 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -614,7 +614,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = Documentation/ +EXCLUDE = Documentation/ License.txt # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded