@license

Syntax

@license <license_label>

Overview

This tag can be used to display the license under which a particular API or implementation is made available.

Example(s)

/**
 * @license MIT
 */
class FossMachine {

}
Powered by webdoc!