api - Apidocjs document creation issue, warning : plugin param parser not found and missing comma issue -
i tried create api documentation using apidocjs , got issues while compiling project creating apidoc using apidoc.json on project folder.
code here :
~$ apidoc -i ./ -o apidoc/
and result
warning: parser plugin 'param' not found. error: error: can not read: apidoc.json, please check format (e.g. missing comma).
please me fix issue
tags related apidocjs.com
removing apidoc destination folder @prasanth suggests destroy history if using @apiversion feature. way rebuild go through , checkout each version, run apidoc. so, if want use versioning. not answer.
you may have syntax issues or other configuration issue. in case, since updating had functions documented in javadoc style @param... used ignored throws warning.
Comments
Post a Comment