mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[JSDoc] Add namespace docs
WTD-1482.
This commit is contained in:
@ -21,6 +21,11 @@
|
||||
*****************************************************************************/
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* This bundle implements a persistence service which uses CouchDB to
|
||||
* store documents.
|
||||
* @namespace platform/persistence/cache
|
||||
*/
|
||||
define(
|
||||
["./CouchDocument"],
|
||||
function (CouchDocument) {
|
||||
|
Reference in New Issue
Block a user