[API] Give up on borrows-style documentation

This commit is contained in:
Victor Woeltjen
2016-09-02 14:58:06 -07:00
parent b5f62541ce
commit d592bd1035
3 changed files with 9 additions and 2 deletions

View File

@ -6,8 +6,6 @@ define(['./MCT', './api/Type'], function (MCT, Type) {
* configuring and executing the application.
*
* @exports openmct
* @borrows Type as Type
* @borrows MCT as MCT
*/
var openmct = new MCT();