[Identity] Clean up JSDoc

nasa/openmctweb#92
This commit is contained in:
Victor Woeltjen 2015-08-28 16:41:41 -07:00
parent 9692596859
commit eb4ea8f2d4

View File

@ -21,6 +21,11 @@
*****************************************************************************/ *****************************************************************************/
/*global define*/ /*global define*/
/**
* Defines interfaces and common infrastructure for establishing
* a user's identity.
* @namespace platform/identity
*/
define( define(
function () { function () {
"use strict"; "use strict";
@ -55,6 +60,7 @@ define(
* defined identity provided by any provider, according to * defined identity provided by any provider, according to
* priority order. * priority order.
* *
* @constructor
* @implements {IdentityService} * @implements {IdentityService}
* @memberof platform/identity * @memberof platform/identity
*/ */