firsttitanrobotics3767 / 2024-Robot

Other
2 stars 0 forks source link

Javadoc Reference #20

Open CH-FRC3767 opened 7 months ago

CH-FRC3767 commented 7 months ago

Javadoc reference:

/**
 * <p>This is a simple description of the method. . .
 * <a href="https://tctitansrobotics.com/">Titans!</a>
 * </p>
 * @param thisParam the data
 * @return that other data
 * @see <a href="http://www.example.com">ExampleLink</a>
 * @since 1.0
 */
private string method(string thisParam) {
    //some code
    return "that other data";
}

Helpful Link