diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-06-27 11:35:57 +1000 |
---|---|---|
committer | Chase Douglas <chase.douglas@canonical.com> | 2012-07-03 17:47:38 -0700 |
commit | 5f2cd83b3e66d8de129de4107d5c7ad7965dd2d7 (patch) | |
tree | fdbe7d92fdd938d637d0f0cbc5d305280375815b | |
parent | de2a69c65fb9130e2fdd95e69e243669080f068f (diff) |
doc: shut up doxygen
Errors/warnings on building documentation are enough, we don't need to see
the whole spew
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 488b15c..cf58184 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -559,7 +559,7 @@ LAYOUT_FILE = # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank |