Is it possible to choose which Doxygen warning to show?

后端 未结 3 798
闹比i
闹比i 2021-01-11 17:52

Doxygen shows a Compound ? is not documented. warning when building. For a specific project I don\'t want to document Compounds. To remove clutter I want to see

3条回答
  •  旧时难觅i
    2021-01-11 18:35

    You can switch off warnings in the doxygen configuration. See here: doxygen documenation

    My favorite is: WARN_IF_UNDOCUMENTED = NO

提交回复
热议问题