Describe the bug
For a documentation block on an Objective-C Category method, Doxygen emits this warning:
GraphicsWindowDrag.h:1: warning: Member initDrag() (function) of class GraphicsWindow is not documented.
To Reproduce
- extract this archive: objctest.zip
- change into that folder and run
doxygen .
- Doxygen emits the above warning
Expected behavior
- since the method is properly documented, Doxygen should not emit a warning
Version
- Doxygen 1.11.0, macOS, Homebrew
- The bug did not happen in Doxygen 1.10.0 or earlier