add docs on coreapi

This commit is contained in:
lxsang
2020-06-16 18:02:17 +02:00
parent 977bf0c62f
commit 1812f25d8a
6 changed files with 312 additions and 71 deletions

View File

@ -231,12 +231,12 @@ namespace OS {
*/
export namespace announcer {
/**
* The global announcer object tha manages global events
* The global announcer object that manages global events
* and callbacks
*/
export var observable: API.Announcer = new API.Announcer();
/**
* This variable is used to allocate the `id` of message
* This variable is used to allocate the `id` of all messages
* passing between publishers and subscribers in the
* system announcement
*/