-
patch eventually uploaded: https://sourceforge.net/tracker/?func=detail&aid=2872545&group_id=32455&atid=405620.
2009-10-04 12:42:01 UTC in Python API documentation generation tool
-
refers to https://sourceforge.net/tracker/?func=detail&atid=405618&aid=2585292&group_id=32455.
2009-10-04 12:41:29 UTC in Python API documentation generation tool
-
That patch swallows NL tokens after comments if they're emitted separately.
2009-10-04 12:40:00 UTC in Python API documentation generation tool
-
Can't find a way to add patch files, so here it comes:
diff -Nur epydoc-3.0.1/epydoc/docparser.py epydoc-3.0.1/epydoc/docparser.py
--- epydoc-3.0.1/epydoc/docparser.py
+++ epydoc-3.0.1/epydoc/docparser.py
@@ -72,6 +72,26 @@
from epydoc.compat import *
######################################################################
+## Tokenizer change in 2.6...
2009-10-04 12:36:28 UTC in Python API documentation generation tool
-
I've created a more complete patch against 3.0.1 tackling that problem. Works for me at least :)
2009-10-04 12:32:50 UTC in Python API documentation generation tool
-
It's 2.6 related. The tokenizer works differently. For comment lines it emits a comment and a newline token now instead of a single comment token.
2009-09-29 16:21:11 UTC in Python API documentation generation tool