UNPKG

apidoc-light

Version:

RESTful web API Documentation Generator

10 lines (9 loc) 217 B
/** * Python */ module.exports = { // find document blocks between """ and """ docBlocksRegExp: /"""\uffff?(.+?)\uffff?(?:\s*)?"""/g, // remove not needed tabs at the beginning inlineRegExp: /^(\t*)?/gm, };