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
Whenever I type "/**" -which is the trigger- it generates a comment block, in some cases where the function I'm trying to document has a return type that is not void, or has template/function parameters, the last line, defined in "doxdocgen.c.lastLine" is generated 2 lines after @brief and before everything else.
In the code example below, my lastLine should be the 2nd line that is a long line of asterisks.
Describe the bug
Whenever I type "/**" -which is the trigger- it generates a comment block, in some cases where the function I'm trying to document has a return type that is not void, or has template/function parameters, the last line, defined in "doxdocgen.c.lastLine" is generated 2 lines after @brief and before everything else.
In the code example below, my lastLine should be the 2nd line that is a long line of asterisks.
Code example
Expected result
Actual result
Screencaps
Your System:
Additional context
None
The text was updated successfully, but these errors were encountered: