You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not able to run grunt apidocs at this time; because there's an error of some sort when parsing functions.php with the current version of doxphp.
$ grunt apidocs
Running "shell:apidocs" (shell) task
Building .rst files
python generate_api_docs.py
PHP Fatal error: Uncaught TypeError: Argument 2 passed to DoxPHP\Parser\Parser::parseBlock() must be an instance of DoxPHP\Parser\stdClass, instance of stdClass given, called in /Users/blk/.pear/share/pear/DoxPHP/Parser/Parser.php on line 45 and defined in /Users/blk/.pear/share/pear/DoxPHP/Parser/Parser.php:59
Stack trace:
#0 /Users/blk/.pear/share/pear/DoxPHP/Parser/Parser.php(45): DoxPHP\Parser\Parser->parseBlock(Object(DoxPHP\Parser\Tokens), Object(stdClass))
#1 /Users/blk/.pear/bin/doxphp(22): DoxPHP\Parser\Parser->parse(Object(DoxPHP\Parser\Tokens))
#2 {main}
thrown in /Users/blk/.pear/share/pear/DoxPHP/Parser/Parser.php on line 59
Traceback (most recent call last):
File "generate_api_docs.py", line 82, in <module>
process.main()
File "generate_api_docs.py", line 73, in main
response = subprocess.check_output(['doxphp < %s' % src], shell=True)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['doxphp < ../functions.php']' returned non-zero exit status 255
make: *** [php] Error 1
This issue:
grunt less
grunt cssmin
grunt uglify
grunt pot
grunt msmerge
grunt po2mo
Post merge of this branch into 0.5-dev:
post-release:
The text was updated successfully, but these errors were encountered: