Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276338 | Differences between
and this patch

Collapse All | Expand All

(-)doc/Doxyfile (-4 / +5 lines)
Lines 23-29 Link Here
23
# This could be handy for archiving the generated documentation or 
23
# This could be handy for archiving the generated documentation or 
24
# if some version control system is used.
24
# if some version control system is used.
25
25
26
PROJECT_NUMBER         = V2.27
26
PROJECT_NUMBER         = 2.50
27
27
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
29
# base path where the generated documentation will be put. 
29
# base path where the generated documentation will be put. 
Lines 272-290 Link Here
272
# The QUIET tag can be used to turn on/off the messages that are generated 
272
# The QUIET tag can be used to turn on/off the messages that are generated 
273
# by doxygen. Possible values are YES and NO. If left blank NO is used.
273
# by doxygen. Possible values are YES and NO. If left blank NO is used.
274
274
275
QUIET                  = NO
275
QUIET                  = YES
276
276
277
# The WARNINGS tag can be used to turn on/off the warning messages that are 
277
# The WARNINGS tag can be used to turn on/off the warning messages that are 
278
# generated by doxygen. Possible values are YES and NO. If left blank 
278
# generated by doxygen. Possible values are YES and NO. If left blank 
279
# NO is used.
279
# NO is used.
280
280
281
WARNINGS               = YES
281
WARNINGS               = NO
282
282
283
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
283
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
284
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
284
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
285
# automatically be disabled.
285
# automatically be disabled.
286
286
287
WARN_IF_UNDOCUMENTED   = YES
287
WARN_IF_UNDOCUMENTED   = NO
288
WARN_IF_DOC_ERROR      = NO
288
289
289
# The WARN_FORMAT tag determines the format of the warning messages that 
290
# The WARN_FORMAT tag determines the format of the warning messages that 
290
# doxygen can produce. The string should contain the $file, $line, and $text 
291
# doxygen can produce. The string should contain the $file, $line, and $text 

Return to bug 276338