From 16f323ce3a60679ffc933ef462396a108446b18d Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Thu, 11 Dec 2008 14:58:01 +0000
Subject: [PATCH] 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
---
 epydoc.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/epydoc.conf b/epydoc.conf
index 98900b81f..b10a844c0 100644
--- a/epydoc.conf
+++ b/epydoc.conf
@@ -22,3 +22,6 @@ imports: yes
 include-log: no
 
 inheritance: listed
+
+parse: yes
+introspect: no
-- 
GitLab