From 0cec7910a005bdcf2fff18b353d36cc3835c1729 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 15 Jan 2013 14:41:19 +0700 Subject: update project setting to have most warning option enable with simple switch on/off (off for faster compiling time) --- doxygen.Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doxygen.Doxyfile') diff --git a/doxygen.Doxyfile b/doxygen.Doxyfile index 70dda0592..7e52aa7a3 100644 --- a/doxygen.Doxyfile +++ b/doxygen.Doxyfile @@ -661,7 +661,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ./ +INPUT = tinyusb demos # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -693,7 +693,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = tinyusb/device/romdriver tests +EXCLUDE = tinyusb/device/romdriver tests # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded -- cgit v1.3.1