]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Jan 2006 02:50:22 +0000 (02:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Jan 2006 02:50:22 +0000 (02:50 +0000)
doc/build/components/formatting.myt

index 545db682169b0d836dede77112d155a9969a7817..65ab5d25006ecf318bb350e76f08ee9cf1cfb12f 100644 (file)
     </table>
 </%method>
 
+<%method member_doc>
+       <%args>
+               name = ""
+               type = None
+       </%args>
+       <tr>
+       <td>
+           <div class="darkcell">
+           <A name="<% m.comp('doclib.myt:current').path %>_<% name %>"></a>
+           <b><% name %></b></td>
+           <div class="docstring"><% m.content() %></div>
+           </div>
+       </td>
+       </tr>
+</%method>
+
 
 <%method function_doc>
     <%args>