didou           Sat Feb  3 19:52:46 2007 UTC

  Modified files:              
    /phpdoc/en/reference/java/functions java-last-exception-clear.xml 
                                        java-last-exception-get.xml 
  Log:
  ref.java: switch to new doc style
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/java/functions/java-last-exception-clear.xml?r1=1.6&r2=1.7&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.6 
phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.7
--- phpdoc/en/reference/java/functions/java-last-exception-clear.xml:1.6        
Sat Feb  3 19:52:30 2007
+++ phpdoc/en/reference/java/functions/java-last-exception-clear.xml    Sat Feb 
 3 19:52:46 2007
@@ -1,21 +1,41 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <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>
+ 
+ <refsect1 role="description">
+  &reftitle.description;
   <methodsynopsis>
    <type>void</type><methodname>java_last_exception_clear</methodname>
    <void/>
   </methodsynopsis>
-  &warn.experimental.func;
+  <para>
+   Clears last Java exception.
+  </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &return.void;
+  </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+  &reftitle.examples;
   <para>
    See <function>java_last_exception_get</function> for an example.
   </para>
  </refsect1>
+
+ <refsect1 role="notes">
+  &reftitle.notes;
+  &warn.experimental.func;
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/java/functions/java-last-exception-get.xml?r1=1.9&r2=1.10&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.9 
phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.10
--- phpdoc/en/reference/java/functions/java-last-exception-get.xml:1.9  Sat Feb 
 3 19:52:30 2007
+++ phpdoc/en/reference/java/functions/java-last-exception-get.xml      Sat Feb 
 3 19:52:46 2007
@@ -1,21 +1,34 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <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>
+ 
+ <refsect1 role="description">
+  &reftitle.description;
   <methodsynopsis>
    <type>object</type><methodname>java_last_exception_get</methodname>
    <void/>
   </methodsynopsis>
-  &warn.experimental.func;
+  <para>
+   Gets last Java exception.
+  </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   Returns an exception object.
+  </para>
+ </refsect1>
+
+ <refsect1 role="examples">
+  &reftitle.examples;
   <para>
    The following example demonstrates the usage of Java's exception
    handler from within PHP:
-
    <example>
     <title>Java exception handler</title>
     <programlisting role="php">
@@ -46,6 +59,12 @@
    </example>
   </para>
  </refsect1>
+
+ <refsect1 role="notes">
+  &reftitle.notes;
+  &warn.experimental.func;
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file

Reply via email to