Is yuidoc @namespace relevant with Ember-CLI?

90 Views Asked by At

@namespace

The @namespace should not include the "root" or "global" object that your entire library hangs off of.

Since we have @module which give the js files container. can some one give me a simplest example possible? or direct me to some link

1

There are 1 best solutions below

0
PCB On

@namespace is not useful if we are using ES6 instead modules and sub-modules should be used.