]> granicus.if.org Git - apache/commitdiff
Someone isn't coding enough html lately (me)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 22 Sep 2001 16:37:29 +0000 (16:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 22 Sep 2001 16:37:29 +0000 (16:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91109 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/documenting.html

index 8f8163f426ef5335d5ff17f6b7e981edc39fa3d9..9cb7017b843496842ccc598882eac26def899737 100644 (file)
@@ -32,7 +32,7 @@
    in it, so any prototype that use a macro in the return type declaration 
    is too complex for scandoc.  Those functions require a deffunc.</p>
 
-<p>An example (using &&gt; rather than &gt;):</p>
+<p>An example (using &amp;gt; rather than &gt;):</p>
 <pre>
 /**
  * return the final element of the pathname
  * @return the final element of the path
  * @tip Examples:
  * &lt;pre&gt;
- *                 "/foo/bar/gum"   -&&gt; "gum"
- *                 "/foo/bar/gum/"  -&&gt; ""
- *                 "gum"            -&&gt; "gum"
- *                 "wi\\n32\\stuff" -&&gt; "stuff"
+ *                 "/foo/bar/gum"   -&amp;gt; "gum"
+ *                 "/foo/bar/gum/"  -&amp;gt; ""
+ *                 "gum"            -&amp;gt; "gum"
+ *                 "wi\\n32\\stuff" -&amp;gt; "stuff"
  * &lt;/pre&gt;
  * @deffunc const char * ap_filename_of_pathname(const char *pathname)
  */