Skip to content
Snippets Groups Projects
Commit 16f323ce authored by Iustin Pop's avatar Iustin Pop
Browse files

Switch epydoc to parse only

epydoc seems to be mightily confused by decorators and how they change
functions (it starts mixing the parameters of the decorated function
into the decorator itself); so we want it to parse only and not look at
the objects themselves.

Reviewed-by: ultrotter
parent 52e2f66e
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,6 @@ imports: yes
include-log: no
inheritance: listed
parse: yes
introspect: no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment