Revision: 550
http://svn.sourceforge.net/pygccxml/?rev=550&view=rev
Author: mbaas
Date: 2006-09-18 06:41:16 -0700 (Mon, 18 Sep 2006)
Log Message:
-----------
Added the verbose switch so that epydoc displays markup errors when generating the reference manual for pypp_api.
Modified Paths:
--------------
pyplusplus_dev/contrib/pypp_api/generate_docs.py
Modified: pyplusplus_dev/contrib/pypp_api/generate_docs.py
===================================================================
--- pyplusplus_dev/contrib/pypp_api/generate_docs.py 2006-09-18 09:10:13 UTC (rev 549)
+++ pyplusplus_dev/contrib/pypp_api/generate_docs.py 2006-09-18 13:41:16 UTC (rev 550)
@@ -5,7 +5,7 @@
default_format = "epytext"
-cmd_line = "epydoc -o html --docformat %s pypp_api"%(default_format)
+cmd_line = "epydoc -o html -v --docformat %s pypp_api"%(default_format)
print "Running: ", cmd_line
os.system(cmd_line)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|