/** Describe the class here. @class Menu */ Classify('Menu', /** @constructs Menu @param items */ function (items) { }, { /** @memberof Menu# */ show: function(){ } } );