UNPKG

apidoc-light

Version:

RESTful web API Documentation Generator

10 lines (9 loc) 238 B
/** * Clojure */ module.exports = { // find document blocks between ';;;;' and ';;;;' docBlocksRegExp: /;{4}\uffff?(.+?)\uffff?(?:\s*)?;{4}/g, // remove not needed ' ;; ' at the beginning inlineRegExp: /^(\s*)?(;{2})[ ]?/gm, };