UNPKG

apidoc-light

Version:

RESTful web API Documentation Generator

10 lines (9 loc) 243 B
/** * Elixir */ module.exports = { // Find document blocks between '#{' and '#}' docBlocksRegExp: /#*\s?\{\uffff?(.+?)\uffff?(?:\s*)?#+\s?\}/g, // Remove not needed '#' and tabs at the beginning inlineRegExp: /^(\s*)?(#*)[ ]?/gm, };