[Epydoc-commits] SF.net SVN: epydoc: [1403] trunk/epydoc/src/epydoc/docwriter/html.py
Brought to you by:
edloper
|
From: <dva...@us...> - 2006-09-17 20:02:39
|
Revision: 1403
http://svn.sourceforge.net/epydoc/?rev=1403&view=rev
Author: dvarrazzo
Date: 2006-09-17 13:02:33 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
- Dropped check not required anymore after r1401
Modified Paths:
--------------
trunk/epydoc/src/epydoc/docwriter/html.py
Modified: trunk/epydoc/src/epydoc/docwriter/html.py
===================================================================
--- trunk/epydoc/src/epydoc/docwriter/html.py 2006-09-17 18:21:05 UTC (rev 1402)
+++ trunk/epydoc/src/epydoc/docwriter/html.py 2006-09-17 20:02:33 UTC (rev 1403)
@@ -2128,10 +2128,6 @@
<dl><dt>Decorators:</dt></dl>
<ul class="nomargin">
>>> for deco in decos:
- >>> if not ((deco=="staticmethod" and
- >>> isinstance(func_doc, StaticMethodDoc)) or
- >>> (deco=="classmethod" and
- >>> isinstance(func_doc, ClassMethodDoc))):
<li><code>@$deco$</code></li>
>>> #endfor
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|