Appearance
The brief description is used throughout the entire documentation as a short summary for the symbol you're documenting.
/** * This function returns true * */ public bool always_true () { return true; }
3.1.1. Brief Description
The brief description is used throughout the entire documentation as a short summary for the symbol you're documenting.
3.1.1.1. Example