Skip to content
Mochaccino
  • Pages
    • Introducing Mochaccino
    • Installation and Onboarding
    • Principles
    • Mochaccino Tools
    • Configuration File
    • Packages
    • Modules
    • Structs
    • Variables
    • Functions
    • Statements
    • Math
    • Debugging
    • icon picker
      Comments
    • Style Guide
    • Reference
Share
Explore

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.

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.