[pywin32-checkins] pywin32/AutoDuck pyhtml.fmt,1.11,1.12
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-05-04 12:59:51
|
Update of /cvsroot/pywin32/pywin32/AutoDuck In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8586 Modified Files: pyhtml.fmt Log Message: Fix output for "@base" tag Index: pyhtml.fmt =================================================================== RCS file: /cvsroot/pywin32/pywin32/AutoDuck/pyhtml.fmt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** pyhtml.fmt 15 Mar 2006 04:28:25 -0000 1.11 --- pyhtml.fmt 4 May 2008 12:59:57 -0000 1.12 *************** *** 365,375 **** .if=exists($2_int), tagexists(interface) .tag=base, html, 2, 1 .pre=$(rmh)Based On$(rmhe) ! .format=$(cb)$2$(cbe)$(par) ! .if=tagexists(interface) - .tag=base, html, 2, 1 - .format= ; Return value .tag=rvalue, html, 2, 1 --- 365,376 ---- .if=exists($2_int), tagexists(interface) + + ; Bases for COM interfaces and objects .tag=base, html, 2, 1 .pre=$(rmh)Based On$(rmhe) ! .format=<A HREF="#2.html">$2</A> ! .if=tagexists(object) ! ; Return value .tag=rvalue, html, 2, 1 |