There are 3 types of comments in Mochaccino:
Single Line Comments
Multiline Comments
Documentation Comments
/// The `Services` module has been deprecated. Use [this](https://example.com) instead.
Using markdown in documentation comments is recommended, so that IntelliSense can show details in a more visually-appealing manner.