apidoc/apidoc-core

Error in the documentation about erlang parser

Xavier59 opened this issue · 1 comments

Hello,

The following file indicated that the delimiters for elixir files are ''' :

docBlocksRegExp: /@apidoc\s*(~[sS])?"""\uffff?(.+?)\uffff?(?:\s*)?"""|@apidoc\s*(~[sS])?'''\uffff?(.+?)\uffff?(?:\s*)?'''/g,

But on the http://apidocjs.com/ website, it seems to indicate that the delimiters are #{, # and #}

image

Fixed in #65