didou           Thu Nov  6 05:15:43 2003 EDT

  Modified files:              
    /phpdoc/en/reference/tidy/functions tidy-clean-repair.xml 
                                        tidy-diagnose.xml 
                                        tidy-get-error-buffer.xml 
                                        tidy-is-xhtml.xml 
                                        tidy-node::has-children.xml 
                                        tidy-node::has-siblings.xml 
                                        tidy-node::is-asp.xml 
                                        tidy-node::is-comment.xml 
                                        tidy-node::is-html.xml 
                                        tidy-node::is-jsp.xml 
                                        tidy-node::is-jste.xml 
                                        tidy-node::is-text.xml 
                                        tidy-node::is-xhtml.xml 
                                        tidy-node::is-xml.xml 
                                        tidy-parse-file.xml 
                                        tidy-repair-file.xml 
                                        tidy-repair-string.xml 
                                        tidy-save-config.xml 
                                        tidy-set-encoding.xml 
                                        tidy-setopt.xml 
  Log:
  s/boolean/bool
  
Index: phpdoc/en/reference/tidy/functions/tidy-clean-repair.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-clean-repair.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-clean-repair.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-clean-repair.xml:1.1        Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-clean-repair.xml    Thu Nov  6 05:15:42 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-clean-repair">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_clean_repair</methodname>
+     <type>bool</type><methodname>tidy_clean_repair</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-diagnose.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-diagnose.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-diagnose.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-diagnose.xml:1.1    Tue Nov  4 08:26:55 
2003
+++ phpdoc/en/reference/tidy/functions/tidy-diagnose.xml        Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-diagnose">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_diagnose</methodname>
+     <type>bool</type><methodname>tidy_diagnose</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-get-error-buffer.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-get-error-buffer.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-get-error-buffer.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-get-error-buffer.xml:1.1    Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-get-error-buffer.xml        Thu Nov  6 
05:15:43 2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-get-error-buffer">
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>string</type><methodname>tidy_get_error_buffer</methodname>
-     <methodparam 
choice="opt"><type>boolean</type><parameter>detailed</parameter></methodparam>
+     <methodparam 
choice="opt"><type>bool</type><parameter>detailed</parameter></methodparam>
     </methodsynopsis>
 
      &warn.undocumented.func;
Index: phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml:1.1    Tue Nov  4 08:26:55 
2003
+++ phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml        Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-is-xhtml">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_is_xhtml</methodname>
+     <type>bool</type><methodname>tidy_is_xhtml</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::has-children.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::has-children.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::has-children.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::has-children.xml:1.1  Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::has-children.xml      Thu Nov  6 
05:15:43 2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::has-children">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::has_children</methodname>
+     <type>bool</type><methodname>tidy_node::has_children</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::has-siblings.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::has-siblings.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::has-siblings.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::has-siblings.xml:1.1  Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::has-siblings.xml      Thu Nov  6 
05:15:43 2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::has-siblings">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::has_siblings</methodname>
+     <type>bool</type><methodname>tidy_node::has_siblings</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-asp.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-asp.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-asp.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-asp.xml:1.1        Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-asp.xml    Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-asp">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_asp</methodname>
+     <type>bool</type><methodname>tidy_node::is_asp</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-comment.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-comment.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-comment.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-comment.xml:1.1    Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-comment.xml        Thu Nov  6 
05:15:43 2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-comment">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_comment</methodname>
+     <type>bool</type><methodname>tidy_node::is_comment</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-html.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-html.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-html.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-html.xml:1.1       Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-html.xml   Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-html">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_html</methodname>
+     <type>bool</type><methodname>tidy_node::is_html</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-jsp.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-jsp.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-jsp.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-jsp.xml:1.1        Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-jsp.xml    Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-jsp">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_jsp</methodname>
+     <type>bool</type><methodname>tidy_node::is_jsp</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-jste.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-jste.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-jste.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-jste.xml:1.1       Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-jste.xml   Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-jste">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_jste</methodname>
+     <type>bool</type><methodname>tidy_node::is_jste</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-text.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-text.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-text.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-text.xml:1.1       Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-text.xml   Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-text">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_text</methodname>
+     <type>bool</type><methodname>tidy_node::is_text</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-xhtml.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-xhtml.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-xhtml.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-xhtml.xml:1.1      Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-xhtml.xml  Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-xhtml">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_xhtml</methodname>
+     <type>bool</type><methodname>tidy_node::is_xhtml</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-node::is-xml.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-node::is-xml.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-node::is-xml.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-node::is-xml.xml:1.1        Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-node::is-xml.xml    Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-node::is-xml">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_node::is_xml</methodname>
+     <type>bool</type><methodname>tidy_node::is_xml</methodname>
      <void/>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-parse-file.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-parse-file.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-parse-file.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-parse-file.xml:1.1  Tue Nov  4 08:26:55 
2003
+++ phpdoc/en/reference/tidy/functions/tidy-parse-file.xml      Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-parse-file">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_parse_file</methodname>
+     <type>bool</type><methodname>tidy_parse_file</methodname>
      <methodparam><type>string</type><parameter>file</parameter></methodparam>
      <methodparam 
choice="opt"><type>bool</type><parameter>use_include_path</parameter></methodparam>
     </methodsynopsis>
Index: phpdoc/en/reference/tidy/functions/tidy-repair-file.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-repair-file.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-repair-file.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-repair-file.xml:1.1 Tue Nov  4 08:26:55 
2003
+++ phpdoc/en/reference/tidy/functions/tidy-repair-file.xml     Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-repair-file">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_repair_file</methodname>
+     <type>bool</type><methodname>tidy_repair_file</methodname>
      <methodparam><type>string</type><parameter>filename</parameter></methodparam>
      <methodparam 
choice="opt"><type>string</type><parameter>config_file</parameter></methodparam>
      <methodparam 
choice="opt"><type>bool</type><parameter>use_include_path</parameter></methodparam>
Index: phpdoc/en/reference/tidy/functions/tidy-repair-string.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-repair-string.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-repair-string.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-repair-string.xml:1.1       Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-repair-string.xml   Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-repair-string">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_repair_string</methodname>
+     <type>bool</type><methodname>tidy_repair_string</methodname>
      <methodparam><type>string</type><parameter>data</parameter></methodparam>
      <methodparam 
choice="opt"><type>string</type><parameter>config_file</parameter></methodparam>
     </methodsynopsis>
Index: phpdoc/en/reference/tidy/functions/tidy-save-config.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-save-config.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-save-config.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-save-config.xml:1.1 Tue Nov  4 08:26:55 
2003
+++ phpdoc/en/reference/tidy/functions/tidy-save-config.xml     Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-save-config">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_save_config</methodname>
+     <type>bool</type><methodname>tidy_save_config</methodname>
      <methodparam><type>string</type><parameter>filename</parameter></methodparam>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.1        Tue Nov  4 
08:26:55 2003
+++ phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml    Thu Nov  6 05:15:43 
2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-set-encoding">
    <refnamediv>
@@ -13,7 +13,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_set_encoding</methodname>
+     <type>bool</type><methodname>tidy_set_encoding</methodname>
      <methodparam><type>string</type><parameter>encoding</parameter></methodparam>
     </methodsynopsis>
 
Index: phpdoc/en/reference/tidy/functions/tidy-setopt.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-setopt.xml:1.1 
phpdoc/en/reference/tidy/functions/tidy-setopt.xml:1.2
--- phpdoc/en/reference/tidy/functions/tidy-setopt.xml:1.1      Tue Nov  4 08:26:55 
2003
+++ phpdoc/en/reference/tidy/functions/tidy-setopt.xml  Thu Nov  6 05:15:43 2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
   <refentry id="function.tidy-setopt">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>boolean</type><methodname>tidy_setopt</methodname>
+     <type>bool</type><methodname>tidy_setopt</methodname>
      <methodparam><type>string</type><parameter>option</parameter></methodparam>
      <methodparam><type>mixed</type><parameter>newvalue</parameter></methodparam>
     </methodsynopsis>

Reply via email to