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
{{ message }}
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
javasphinx-apidoc throws an error when a file contains only commented code.
javasphinx-apidoc -o javasphinx ~/svn/trunk/
ERROR:root:Unexpected exception while compiling <path to file with only commented code>
Traceback (most recent call last):
File "/usr/lib/python3.5/site-packages/javasphinx/apidoc.py", line 190, in generate_from_source_file
documents = doc_compiler.compile(ast)
File "/usr/lib/python3.5/site-packages/javasphinx/compiler.py", line 323, in compile
raise ValueError('File must have package declaration')
ValueError: File must have package declaration
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
javasphinx-apidoc throws an error when a file contains only commented code.
The text was updated successfully, but these errors were encountered: