metaonly module xdc.Warnings |
 |
 |
Conditional warnings manager
var Warnings = xdc.useModule('xdc.Warnings');
module-wide constants & types
module-wide functions
NODOC
This module declares all warnings generated by the packages in the xdc.*
name space. Each warning is identified with an ID, a positive integer
number. A warning message allows conversion specifiers that can be replaced
with actual strings at the time a warning message is generated.
The purpose of IDs is to let users find warning documentation in this module
and also to allow warnings to be disabled based on their IDs.
generated on Wed, 09 Aug 2017 16:38:08 GMT