[docs] xmldocs - docelic modified refs/CodeRepository

docs at icdevgroup.org docs at icdevgroup.org
Mon Oct 31 16:56:44 EST 2005


User:      docelic
Date:      2005-10-31 21:56:44 GMT
Modified:  refs     CodeRepository
Log:
- s/->example/-gt;<replaceable>TAGNAME</replaceable>/g

  To both be XML-correct, and following writing style.

Revision  Changes    Path
1.6       +3 -3      xmldocs/refs/CodeRepository


rev 1.6, prev_rev 1.5
Index: CodeRepository
===================================================================
RCS file: /var/cvs/xmldocs/refs/CodeRepository,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CodeRepository	28 Oct 2005 19:38:17 -0000	1.5
+++ CodeRepository	31 Oct 2005 21:56:43 -0000	1.6
@@ -16,7 +16,7 @@
 user interface (UI).  This causes a larger memory profile than necessary.
 </para><para>
 Furthermore, it is difficult to determine from the &IC; pages what code is
-needed (especially when an &glos-ITL; tag calls <code>$Tag->example()</code>
+needed (especially when an &glos-ITL; tag calls <code>$Tag-&gt;<replaceable>TAGNAME</replaceable>()</code>
 which calls a filter which calls some sort of action &mdash; 
 you get the picture).
 </para><para>
@@ -53,10 +53,10 @@
 __END__
 
 __NAME__ notes
-There can be failures due to calling <code>$Tag->example()</code> from within
+There can be failures due to calling <code>$Tag-&gt;<replaceable>TAGNAME</replaceable>()</code> from within
 embedded
 &PERL; for the first time, particularly when it uses a "MapRoutine" or
-calls another <code>$Tag->example()</code> within. This is due to
+calls another <code>$Tag-&gt;<replaceable>TAGNAME</replaceable>()</code> within. This is due to
 <classname>Safe</classname>, and there is probably
 not much to be done about it. The good news is that the error should
 go away after &conf-HouseKeeping; seconds, when the tag gets compiled by the








More information about the docs mailing list