ThomasP
Starting Member
France
1 Posts |
Posted - Jun 25 2019 : 12:25:20 PM
|
Hi all,
When using the Document method feature on a function in the header, I found that if I try to document a const method declared like this :
void myGreatMethod(MyType * arg1) const;
2 strange things happen : 1) the commented documentation is misplaced at the top of my class. 2) the parameters are ommitted from the documentation.
My snippet is correct since it works on non-const methods... |
|