You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I type "/**" over a C++ method, the comment block has a closing sequence (*/) right in the middle of the block, before any of the parameters are added.
Code example
/**<return> (<--typed this above the method)void ArmSolver::setArmBase(Position* armBase) {}
Describe the bug
When I type "/**" over a C++ method, the comment block has a closing sequence (*/) right in the middle of the block, before any of the parameters are added.
Code example
Expected result
Actual result
Your System:
Context:
This used to work without causing this bug. It seems like it showed up after an update to your plugin.
The text was updated successfully, but these errors were encountered: