This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
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 #}
