[PHP-DOC] cvs: phpdoc /howto phpdoc-howto.xml From: Daniel Beckham (danbeck <email protected>)
Date: 09/28/00

danbeck Thu Sep 28 12:19:57 2000 EDT

  Modified files:
    /phpdoc/howto phpdoc-howto.xml
  Log:
  continuation of draft
  
Index: phpdoc/howto/phpdoc-howto.xml
diff -u phpdoc/howto/phpdoc-howto.xml:1.4 phpdoc/howto/phpdoc-howto.xml:1.5
--- phpdoc/howto/phpdoc-howto.xml:1.4 Thu Sep 7 14:58:30 2000
+++ phpdoc/howto/phpdoc-howto.xml Thu Sep 28 12:19:57 2000
@@ -664,8 +664,8 @@
    <title>Validating Changes</title>
 
    <para>
- Now that you have a Makefile, you can test the changes you have
- made:
+ Now that you have a Makefile, you can validate the documenation
+ changes you have previously made:
     <informalexample>
      <programlisting>
 $ cd phpdoc
@@ -675,7 +675,7 @@
    </para>
 
    <para>
- Which will generate something like this:
+ Which will generate output similar to this:
    </para>
    <para>
     <screen>
@@ -843,7 +843,20 @@
  <!-- Section1: working-with-vi: END -->
 
 
+ <!-- Section1: doc-examples -->
 
+ <sect1 id="doc-examples">
+ <title>Documentation Examples</title>
+
+ <para>
+ Documentation formatting and other examples.
+ </para>
+
+ </sect1>
+
+ <!-- Section1: doc-examples: END -->
+
+
  <!-- Section1: misc-notes -->
 
  <sect1 id="misc-notes">
@@ -856,7 +869,7 @@
 
  </sect1>
 
- <!-- Section1: working-with-vi: END -->
+ <!-- Section1: misc-notes: END -->