When editing and writing a doc annotation there is a problem with the multi-line comment.
doc /* */ --- This is okay and normal
doc /*
* <cr> -- this okay and normal
*/
After adding text to the comment block, the following occurs at times. It seems to be context-specific.
doc /*
* some text <cr>
* / <cr>
* -- this is not okay and not normal. It's like the syntax completion doesn't see the end of the doc block comment.
*/
When editing and writing a doc annotation there is a problem with the multi-line comment.
doc /* */--- This is okay and normaldoc /** <cr>-- this okay and normal*/After adding text to the comment block, the following occurs at times. It seems to be context-specific.
doc /** some text <cr>* / <cr>*-- this is not okay and not normal. It's like the syntax completion doesn't see the end of the doc block comment.*/