Closed jlmorgan closed 8 years ago
publish.js:305 needs something akin the following added above:
publish.js:305
if (members.length) { itemsNav += "<ul class='members'>"; members.forEach(function (member) { itemsNav += "<li data-type='member'>"; itemsNav += linkto(member.longname, member.name); itemsNav += "</li>"; }); itemsNav += "</ul>"; }
Would also be nice to have some (static) flair or something on the members to distinguish them from methods.
(static)
publish.js:305
needs something akin the following added above:Would also be nice to have some
(static)
flair or something on the members to distinguish them from methods.