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
fails with the error message "Error: Cannot parse function definition. Make sure the cursor is on the line directly above the function or method definition.".
The text was updated successfully, but these errors were encountered:
To parse out the function or method name this plugin just uses some pretty simple regular expressions. Handling this complex of syntax would require quite a bit of effort. Unfortunately this capability is probably well outside the scope of what DoxyIt will be able to handle.
Trying to comment a C++ function like
fails with the error message "Error: Cannot parse function definition. Make sure the cursor is on the line directly above the function or method definition.".
The text was updated successfully, but these errors were encountered: