apidoc/apidoc-core

Unable to use a @ in parameter names

dvv opened this issue · 0 comments

dvv commented
   * @apiParam (Request Fields) {String} @version Record version

somehow gets compiled without errors, but the whole result is broken (nothing displayed but sidebar, title and "Generated with ...")

Any chance to escape it?

TIA