3.1.1. Brief Description

The brief description is used thoughout the entire documentation as a short summary for the symbol you’re documenting.

3.1.1.1. Example

/**
 * This function returns true
 *
 */
public bool always_true () {
    return true;
}