GNOME Bugzilla – Bug 735152
Python: Allow undocumented "cls" parameter for class methods
Last modified: 2015-12-30 10:20:27 UTC
In Python, there is a convetion to use "self" as the first parameter for instance methodsand "cls" as the first parameter in class methods. Doxygen allows an undocumented "self" parameter in Python. My suggestion is that Doxygen should also allow an undocumented "cls" parameter in Python.
I've just pushed a proposed patch to github (pull request 430)
Changes have been integrated in github master version
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).