[wpdev-commits] xmlscripts/documentation/templates module.html,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-02 13:29:09
|
Update of /cvsroot/wpdev/xmlscripts/documentation/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28554/templates Modified Files: module.html Log Message: Another big documentation update. Constants ! Index: module.html =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/templates/module.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** module.html 29 Jun 2004 15:19:49 -0000 1.4 --- module.html 2 Jul 2004 13:29:00 -0000 1.5 *************** *** 60,70 **** <table width="100%" border="0" cellspacing="0" cellpadding="2"> {FUNCTIONOVERVIEW} ! </table> ! <p><span class="sectiontitle">MODULE FUNCTIONS</span><br> ! <br> {MODULEFUNCTIONS} ! <br> ! <br> ! </td> </tr> <tr valign="top"> --- 60,70 ---- <table width="100%" border="0" cellspacing="0" cellpadding="2"> {FUNCTIONOVERVIEW} ! </table> ! {CONSTANTSOVERVIEW} {MODULEFUNCTIONS} ! <br> ! <br> ! ! {MODULECONSTANTS}</td> </tr> <tr valign="top"> |