didou           Sat Feb  3 19:52:30 2007 UTC

  Modified files:              
    /phpdoc/en/reference/java/functions java-last-exception-clear.xml 
                                        java-last-exception-get.xml 
  Log:
  WS, prepare for new doc style
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/java/functions/java-last-exception-clear.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/java/functions/java-last-exception-clear.xml
diff -u phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.5 
phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.6
--- phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.5        
Fri Jan 26 08:59:19 2007
+++ phpdoc/en/reference/java/functions/java-last-exception-clear.xml    Sat Feb 
 3 19:52:30 2007
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
-  <refentry id="function.java-last-exception-clear">
-   <refnamediv>
-    <refname>java_last_exception_clear</refname>
-    <refpurpose>Clear last Java exception</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>void</type><methodname>java_last_exception_clear</methodname>
-      <void/>
-     </methodsynopsis>
-    &warn.experimental.func;
-    <para>
-     See <function>java_last_exception_get</function> for an example.
-    </para>
-   </refsect1>
-  </refentry>
+<!-- $Revision: 1.6 $ -->
+<refentry id="function.java-last-exception-clear">
+ <refnamediv>
+  <refname>java_last_exception_clear</refname>
+  <refpurpose>Clear last Java exception</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>void</type><methodname>java_last_exception_clear</methodname>
+   <void/>
+  </methodsynopsis>
+  &warn.experimental.func;
+  <para>
+   See <function>java_last_exception_get</function> for an example.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/java/functions/java-last-exception-get.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/java/functions/java-last-exception-get.xml
diff -u phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.8 
phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.9
--- phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.8  Fri Jan 
26 08:59:19 2007
+++ phpdoc/en/reference/java/functions/java-last-exception-get.xml      Sat Feb 
 3 19:52:30 2007
@@ -1,24 +1,24 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
-  <refentry id="function.java-last-exception-get">
-   <refnamediv>
-    <refname>java_last_exception_get</refname>
-    <refpurpose>Get last Java exception</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>object</type><methodname>java_last_exception_get</methodname>
-      <void/>
-     </methodsynopsis>
-    &warn.experimental.func;
-    <para>
-     The following example demonstrates the usage of Java's exception 
-     handler from within PHP:
+<!-- $Revision: 1.9 $ -->
+<refentry id="function.java-last-exception-get">
+ <refnamediv>
+  <refname>java_last_exception_get</refname>
+  <refpurpose>Get last Java exception</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>object</type><methodname>java_last_exception_get</methodname>
+   <void/>
+  </methodsynopsis>
+  &warn.experimental.func;
+  <para>
+   The following example demonstrates the usage of Java's exception
+   handler from within PHP:
 
-     <example>
-      <title>Java exception handler</title>
-      <programlisting role="php">
+   <example>
+    <title>Java exception handler</title>
+    <programlisting role="php">
 <![CDATA[
 <?php
 $stack = new Java('java.util.Stack');
@@ -42,11 +42,11 @@
 java_last_exception_clear();
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
-   </refsect1>
-  </refentry>
+    </programlisting>
+   </example>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:

Reply via email to