Lines 559-584
Link Here
|
559 |
# The QUIET tag can be used to turn on/off the messages that are generated |
559 |
# The QUIET tag can be used to turn on/off the messages that are generated |
560 |
# by doxygen. Possible values are YES and NO. If left blank NO is used. |
560 |
# by doxygen. Possible values are YES and NO. If left blank NO is used. |
561 |
|
561 |
|
562 |
QUIET = NO |
562 |
QUIET = YES |
563 |
|
563 |
|
564 |
# The WARNINGS tag can be used to turn on/off the warning messages that are |
564 |
# The WARNINGS tag can be used to turn on/off the warning messages that are |
565 |
# generated by doxygen. Possible values are YES and NO. If left blank |
565 |
# generated by doxygen. Possible values are YES and NO. If left blank |
566 |
# NO is used. |
566 |
# NO is used. |
567 |
|
567 |
|
568 |
WARNINGS = YES |
568 |
WARNINGS = NO |
569 |
|
569 |
|
570 |
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings |
570 |
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings |
571 |
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will |
571 |
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will |
572 |
# automatically be disabled. |
572 |
# automatically be disabled. |
573 |
|
573 |
|
574 |
WARN_IF_UNDOCUMENTED = YES |
574 |
WARN_IF_UNDOCUMENTED = NO |
575 |
|
575 |
|
576 |
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for |
576 |
# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for |
577 |
# potential errors in the documentation, such as not documenting some |
577 |
# potential errors in the documentation, such as not documenting some |
578 |
# parameters in a documented function, or documenting parameters that |
578 |
# parameters in a documented function, or documenting parameters that |
579 |
# don't exist or using markup commands wrongly. |
579 |
# don't exist or using markup commands wrongly. |
580 |
|
580 |
|
581 |
WARN_IF_DOC_ERROR = YES |
581 |
WARN_IF_DOC_ERROR = NO |
582 |
|
582 |
|
583 |
# The WARN_NO_PARAMDOC option can be enabled to get warnings for |
583 |
# The WARN_NO_PARAMDOC option can be enabled to get warnings for |
584 |
# functions that are documented, but have no documentation for their parameters |
584 |
# functions that are documented, but have no documentation for their parameters |