@since

Syntax

@since <created_at>

Overview

This tag can be used to mark when the symbol was first created or in which release it was first available.

Example(s)

/**
 * @since PixiJS 2
 */
class Renderer {
  
}
Powered by webdoc!