Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Document method can't parse std::function

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000