mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 05:18:29 +00:00
js:add @namespace annotation to namespaces
This commit is contained in:
@@ -2,17 +2,20 @@
|
||||
|
||||
/**
|
||||
* @const
|
||||
*/
|
||||
* @namespace
|
||||
*/
|
||||
var NamespaceA = NamespaceA || {};
|
||||
|
||||
/**
|
||||
* @const
|
||||
*/
|
||||
* @namespace
|
||||
*/
|
||||
NamespaceA.NamespaceB = NamespaceA.NamespaceB || {};
|
||||
|
||||
/**
|
||||
* @const
|
||||
*/
|
||||
* @namespace
|
||||
*/
|
||||
var NamespaceC = NamespaceC || {};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user