[JSDoc] Add namespace docs

WTD-1482.
This commit is contained in:
Victor Woeltjen
2015-08-07 12:13:15 -07:00
parent eaaa1a19ca
commit 31eb366e7f
26 changed files with 104 additions and 12 deletions

View File

@ -22,7 +22,9 @@
/*global define,Promise*/
/**
* Module defining DomainObjectProvider. Created by vwoeltje on 11/7/14.
* This bundle implements core components of Open MCT Web's service
* infrastructure and information model.
* @namespace platform/core
*/
define(
["./DomainObject"],