nodeca / ndoc

js port of pdoc, with extentions
http://nodeca.github.com/ndoc/
MIT License
101 stars 9 forks source link

Design new tags look #11

Closed puzrin closed 12 years ago

puzrin commented 12 years ago

NDoc has additional tags, compared to PDoc. Recheck if those needed & care about look:

puzrin commented 12 years ago

Labels should be rewritten like this:

<div class=labels>
  <span class="read-only">Read-Only</span>
  <span class="chainable">Chainable</span>
  <span class="internal">Internal</span>
</div>

If appropriate tag exists, place such block right under article head, prior to deprecated div. Make shure, that read-only works too. Here is example, that should work: https://github.com/nodeca/ndoc/blob/master/tests/features/issue_11.js

/cc @dvv