I fix that the PHPDoc option resets all multi-line comments.
Note. After inclusion, you must close and reopen the file so that all comment blocks are folded.
eg.
function doesSomething($a) {
}
ends as follows
* This is a function that does something
function doesSomething($a) {
}
source
share