T O P I C R E V I E W |
ThomasP |
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... |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Jun 25 2019 : 3:39:17 PM I did a quick test and this works for me with the default snippet.
Can you please post your version of the document method snippet here so I can run a few tests on it?
Thanks. |
|
|