add pdftoipe-20110916
[shuber-gentoo-overlay.git] / media-gfx / blender / files / blender-2.5-doxygen.patch
1 --- doc/Doxyfile 2009-08-29 18:14:48.752493755 +0200
2 +++ doc/Doxyfile 2009-08-29 18:16:03.509492729 +0200
3 @@ -23,7 +23,7 @@
4 # This could be handy for archiving the generated documentation or
5 # if some version control system is used.
6
7 -PROJECT_NUMBER = V2.27
8 +PROJECT_NUMBER = 2.50
9
10 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
11 # base path where the generated documentation will be put.
12 @@ -272,19 +272,20 @@
13 # The QUIET tag can be used to turn on/off the messages that are generated
14 # by doxygen. Possible values are YES and NO. If left blank NO is used.
15
16 -QUIET = NO
17 +QUIET = YES
18
19 # The WARNINGS tag can be used to turn on/off the warning messages that are
20 # generated by doxygen. Possible values are YES and NO. If left blank
21 # NO is used.
22
23 -WARNINGS = YES
24 +WARNINGS = NO
25
26 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
27 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
28 # automatically be disabled.
29
30 -WARN_IF_UNDOCUMENTED = YES
31 +WARN_IF_UNDOCUMENTED = NO
32 +WARN_IF_DOC_ERROR = NO
33
34 # The WARN_FORMAT tag determines the format of the warning messages that
35 # doxygen can produce. The string should contain the $file, $line, and $text