Mochaccino
Share
Explore

icon picker
Comments

There are 3 types of comments in Mochaccino:
Single Line Comments
// single line comment
Multiline Comments
/* multi
line
comment
*/
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.

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.