js:add @namespace annotation to namespaces

This commit is contained in:
James Gilles
2016-07-11 01:13:47 -04:00
parent 193a631708
commit 4a49493e27
6 changed files with 23 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
/// @addtogroup flatbuffers_javascript_api
/// @{
/// @cond FLATBUFFERS_INTERNAL
/**
* @const
* @namespace
*/
var flatbuffers = {};
/**