type=singleAsterisk
Pads the left side of each line with * and a single space.
Useful for comment replacement that is required inline.
Example:
If you have the following.
/**
* [[include:doc/myMarkdown.md]]
*/
The output would be similar to the following.
/**
* my multi line comments
* comments continue on this line
*/
See: Enum values for commentkind for possible types.
Generated using TypeDoc