breathe calls doxygen for extracting/generating docs from code.
while doxygen complains at seeing undocumented fields/func. these
warnings could fail the sphinx-build command, if it takes warnings
as errors.
in this change, these warnings are silenced.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
breathe_doxygen_config_options = {
'EXPAND_ONLY_PREDEF': 'YES',
'MACRO_EXPANSION': 'YES',
- 'PREDEFINED': 'CEPH_RADOS_API= '
+ 'PREDEFINED': 'CEPH_RADOS_API= ',
+ 'WARN_IF_UNDOCUMENTED': 'NO',
}
# graphviz options