Commit 8194e4c7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Show label of enum type in class header.

parent 170ad842
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -26,6 +26,9 @@ Ext.define('Docs.view.cls.Header', {
                '<tpl if="singleton">',
                    '<span>singleton</span>',
                '</tpl>',
                '<tpl if="enum">',
                    '<span>enum of <b>{enum.type}</b></span>',
                '</tpl>',
                '{[this.renderAliases(values.aliases)]}',
            '</h1>',
            '<tpl if="Docs.data.showPrintButton">',