[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/apidoc/classmodule/function_index.pt Use the view's getDocString() method, since it compiles the doc string

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Aug 9 12:24:24 EDT 2004


Log message for revision 26962:
  Use the view's getDocString() method, since it compiles the doc string 
  from the input format (ReST, STX or plain) to HTML.
  


Changed:
  U   Zope3/trunk/src/zope/app/apidoc/classmodule/function_index.pt


-=-
Modified: Zope3/trunk/src/zope/app/apidoc/classmodule/function_index.pt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/classmodule/function_index.pt	2004-08-09 16:21:11 UTC (rev 26961)
+++ Zope3/trunk/src/zope/app/apidoc/classmodule/function_index.pt	2004-08-09 16:24:24 UTC (rev 26962)
@@ -18,7 +18,7 @@
     <h2 class="details-section" i18n:translate="">Documentation String</h2>
 
     <div class="indent">
-      <div class="documentation" tal:content="structure context/getDocString">
+      <div class="documentation" tal:content="structure view/getDocString">
         Here is the doc string
       </div>
     </div>



More information about the Zope3-Checkins mailing list