You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't get to see the inherited methods, even with "Show: Inherited" checked.
I am using this: "Starting YUIDoc@0.3.45 using YUI@3.9.1 with NodeJS@0.10.18"
And I am using the default theme (that I copied to a new dir).
What am I doing wrong?
I used these annotations:
/** * A plain popup. * * @module C * @submodule C.D * @class a.b.c.d.Popup * @constructor *//** * A popup with actions. * * @module C * @submodule C.D * @class a.b.c.d.ActionPopup * @constructor * @extends a.b.c.d.Popup */
I also tried using @namespace, but it did not make a difference.
/** * A plain popup. * * @module C * @submodule C.D * @namespace a.b.c.d * @class Popup * @constructor *//** * A popup with actions. * * @module C * @submodule C.D * @namespace a.b.c.d * @class ActionPopup * @constructor * @extends a.b.c.d.Popup */
Note that I also tried @extends Popup instead of @extends a.b.c.d.Popup two lines above here.
The text was updated successfully, but these errors were encountered:
I don't get to see the inherited methods, even with "Show: Inherited" checked.
I am using this: "Starting YUIDoc@0.3.45 using YUI@3.9.1 with NodeJS@0.10.18"
And I am using the default theme (that I copied to a new dir).
What am I doing wrong?
I used these annotations:
I also tried using @namespace, but it did not make a difference.
Note that I also tried @extends Popup instead of @extends a.b.c.d.Popup two lines above here.
The text was updated successfully, but these errors were encountered: