This change adds a stability value to the api annotation, with 'experimental' as default value. enum, typedef and event annotations are never exportable, but api annotations are needed there to make them appear in the docs. Nested typedefs are no longer inlined recursively, because the resulting tables get too wide with the current template.
44 lines
375 B
Plaintext
44 lines
375 B
Plaintext
/**
|
|
* @namespace olx
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.animation
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.control
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.format
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.interaction
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.layer
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.parser
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.render
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.source
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.style
|
|
*/
|
|
|
|
/**
|
|
* @namespace olx.tilegrid
|
|
*/
|