UNPKG

verb

Version:

Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.

12 lines (11 loc) 498 B
# API > Developer documentation for Verb {% _.each(files, function(file) { %} ## [{%= file.name %}]({%= file.path %}) {% _.each(file.comments, function(comments) { %} {% _.each(comments, function(comment) { %} {%= comment.name ? '### [' + comment.name + '](' + file.path + '#L' + comment.line + ')': '' %} {%= _.strip(comment.description) %} {% _.each(comment.params, function(param) { %} * `{%= param.name %}`: ({%= param.type %}): {%= param.description %} {% }); %} {% }); %} {% }); %} {% }); %}