T O P I C R E V I E W |
nholthaus |
Posted - Dec 21 2018 : 1:03:49 PM VAX: 10.9.2270.0 built 2018.04.30 VS: 2017 Professional 15.9.4 C++
---
Running 'document method' on the following function produces the following undesirable results:
/** * @brief * @details * @param[] std::function<void * @param[] & * @param[] * @param[] callback * @returns */ void setCallback(const std::function<void(int&, int)>& callback) {
}
With the VAX snippet as follows:
/** * @brief $end$ * @details * @param[] $MethodArgName$ * @returns */
|
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 28 2018 : 1:59:54 PM I am seeing the same effect here. Thank you for the clear description. This is a known bug, but I don't currently have an estimate for when we will have a fix for this. Hopefully this is not happening to often for you.
case=84202 |