Pattern: Malformed comment
Issue: -
Allows a limited set of comment types.
One or more of the following mutually exclusive comment types may be provided:
singleline
: Comments starting with//
multiline
: Comments between/*
and*/
but are not doc commentsdoc
: Multiline comments that start with/**
directive
: Triple-slash directives that are singleline comments starting with///