diff --git a/source/Ox.UI/js/Code/DocPage.js b/source/Ox.UI/js/Code/DocPage.js index e1d75b43..cfd4f4a9 100644 --- a/source/Ox.UI/js/Code/DocPage.js +++ b/source/Ox.UI/js/Code/DocPage.js @@ -87,6 +87,7 @@ Ox.DocPage = function(options, self) { .html( '' + (name || item.name) + ' ' + '<' + item.types.join('> or <') + '> ' + + (item['class'] ? '(class: ' + item['class'] + ') ' : '') + (item['default'] ? '(default: ' + item['default'] + ') ' : '') + Ox.sanitizeHTML(item.summary) )