# HG changeset patch # User paulb # Date 1168463002 0 # Node ID 4d4a9c5345c034dc1e10f7d5b5bff40b66d76521 # Parent 3a26a4f4272eea92e9e01ad5c9b0495bbf9679fa [project @ 2007-01-10 21:03:22 by paulb] Fixed epydoc options. diff -r 3a26a4f4272e -r 4d4a9c5345c0 tools/apidocs.sh --- a/tools/apidocs.sh Wed Dec 20 00:16:54 2006 +0000 +++ b/tools/apidocs.sh Wed Jan 10 21:03:22 2007 +0000 @@ -1,3 +1,3 @@ #!/bin/sh -epydoc -o apidocs XSLTools/*.py XSLForms/*.py XSLForms/Resources/*.py +epydoc --docformat=plaintext -o apidocs XSLTools/*.py XSLForms/*.py XSLForms/Resources/*.py