Using DocBlockr, when I'm in a multiline comment (opened with /* or /**), using alt+q will re-wrap the multiline comment contents but maintain the leading * on each line and the closing */. DoxyDoc doesn't do that, so ST just re-wraps everything, including any following code.
Using DocBlockr, when I'm in a multiline comment (opened with
/*or/**), usingalt+qwill re-wrap the multiline comment contents but maintain the leading*on each line and the closing*/. DoxyDoc doesn't do that, so ST just re-wraps everything, including any following code.