crojsdoc
Version:
A documentation generator for JavaScript and CoffeeScript
21 lines (20 loc) • 607 B
text/jade
if supplement_item.sees.length || supplement_item.reverse_sees.length
h4 See Also:
ul
if supplement_item.sees.length
each str in supplement_item.sees
li!= self.makeSeeLink(self.rel_path, str)
if supplement_item.reverse_sees.length
each str in supplement_item.reverse_sees
li!= self.makeSeeLink(self.rel_path, str)
if supplement_item.todos.length
h4 TODO:
ul
each tag in supplement_item.todos
li!= tag
if supplement_item.examples.length
h4 Examples
ul
each example, i in supplement_item.examples
li
pre.prettyprint!= example.string