diff options
| author | hathach <[email protected]> | 2013-01-15 14:41:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-15 14:41:19 +0700 |
| commit | 0cec7910a005bdcf2fff18b353d36cc3835c1729 (patch) | |
| tree | 9c9c72a4b875d8af0bbd0e89191e547683e96c51 /doxygen.Doxyfile | |
| parent | 0c1d4f705baffcd173434cecc6eaaa2650d8ace7 (diff) | |
update project setting to have most warning option enable with simple switch on/off (off for faster compiling time)
Diffstat (limited to 'doxygen.Doxyfile')
| -rw-r--r-- | doxygen.Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
