SF.net SVN: fclient: [467] trunk/fcp2/src/fcp2/scripts/gen_docs.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-01 11:29:09
|
Revision: 467
http://fclient.svn.sourceforge.net/fclient/?rev=467&view=rev
Author: jUrner
Date: 2008-07-01 04:29:17 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
epydoc does not create docs for imported symbols. use showimports as workaround
Modified Paths:
--------------
trunk/fcp2/src/fcp2/scripts/gen_docs.py
Modified: trunk/fcp2/src/fcp2/scripts/gen_docs.py
===================================================================
--- trunk/fcp2/src/fcp2/scripts/gen_docs.py 2008-07-01 11:28:33 UTC (rev 466)
+++ trunk/fcp2/src/fcp2/scripts/gen_docs.py 2008-07-01 11:29:17 UTC (rev 467)
@@ -50,6 +50,7 @@
'-v',
'-o%s' % EPYDOC_DIR,
'--src-code-tab-width', '4',
+ '--show-imports',
#'--debug',
PACKAGE_DIR,
]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|