From: bernie Date: Wed, 13 Sep 2006 18:28:59 +0000 (+0000) Subject: Exclude file with Qt-style documentation. X-Git-Tag: 1.0.0~554 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=f52e46baa21748f30f30a9e725edbf90b420ed24;p=bertos.git Exclude file with Qt-style documentation. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@687 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/Doxyfile b/Doxyfile index ddd2afb1..de208096 100755 --- a/Doxyfile +++ b/Doxyfile @@ -498,7 +498,8 @@ 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 = doc +EXCLUDE = doc \ + qtext/qextftp.cpp # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded