X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fblender%2Ffiles%2Fblender-2.5-doxygen.patch;fp=media-gfx%2Fblender%2Ffiles%2Fblender-2.5-doxygen.patch;h=05ae702e2d9877de79dd78c84d055b7c3859f5a1;hp=0000000000000000000000000000000000000000;hb=8b982502e45e9b6b03f04f299562af416689159e;hpb=be2732a9a0efbf96a37bb0a56be1b4f173f975e1 diff --git a/media-gfx/blender/files/blender-2.5-doxygen.patch b/media-gfx/blender/files/blender-2.5-doxygen.patch new file mode 100644 index 0000000..05ae702 --- /dev/null +++ b/media-gfx/blender/files/blender-2.5-doxygen.patch @@ -0,0 +1,35 @@ +--- doc/Doxyfile 2009-08-29 18:14:48.752493755 +0200 ++++ doc/Doxyfile 2009-08-29 18:16:03.509492729 +0200 +@@ -23,7 +23,7 @@ + # This could be handy for archiving the generated documentation or + # if some version control system is used. + +-PROJECT_NUMBER = V2.27 ++PROJECT_NUMBER = 2.50 + + # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) + # base path where the generated documentation will be put. +@@ -272,19 +272,20 @@ + # 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 + # NO is used. + +-WARNINGS = YES ++WARNINGS = NO + + # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings + # for undocumented members. If EXTRACT_ALL is set to YES then this flag will + # automatically be disabled. + +-WARN_IF_UNDOCUMENTED = YES ++WARN_IF_UNDOCUMENTED = NO ++WARN_IF_DOC_ERROR = NO + + # The WARN_FORMAT tag determines the format of the warning messages that + # doxygen can produce. The string should contain the $file, $line, and $text