According to the DMdoc readme:
//! Enclosing comments follow their item.
However, when using this style, the VSCode extension does not display the comment in the mouse over menu for the respective datum. Language server was reloaded and project was rebuilt, both with the same result.
When mousing over variable with enclosed comment, it does not display the comment.

When mousing over variable with comment on previous line, the comment is displayed.
