GNOME Bugzilla – Bug 790320
C++ parameter from lambda not recognized
Last modified: 2018-07-30 10:30:29 UTC
The following code results in a warning from doxygen when parsed: /** * Doc * @param callback callback */ void bug(std::function<void(std::vector<std::map<int, int>>)> callback) { } The warning: test.h:551: warning: argument 'callback' of command @param is not found in the argument list of bug()
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!