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
Working in a C++/Doxygen project with the convention that doc comments start immediately after the opening /**:
/** This is a docstring across multiple lines
* which does _not_ rewrap correctly. */
Wrap Plus does not correctly recognize this as a C-style block comment, so it does not insert * at the start of newly split lines like it does when there is a leading newline:
/**
* This is a docstring across multiple lines
* which _does_ rewrap correctly.
*/
The text was updated successfully, but these errors were encountered:
Working in a C++/Doxygen project with the convention that doc comments start immediately after the opening
/**
:Wrap Plus does not correctly recognize this as a C-style block comment, so it does not insert
*
at the start of newly split lines like it does when there is a leading newline:The text was updated successfully, but these errors were encountered: