nlopess Sat Jan 17 07:04:19 2004 EDT
Modified files: /phpdoc/en/reference/tidy/functions tidy-load-config.xml tidy-set-encoding.xml Log: added note to obsolete funcs Index: phpdoc/en/reference/tidy/functions/tidy-load-config.xml diff -u phpdoc/en/reference/tidy/functions/tidy-load-config.xml:1.1 phpdoc/en/reference/tidy/functions/tidy-load-config.xml:1.2 --- phpdoc/en/reference/tidy/functions/tidy-load-config.xml:1.1 Tue Nov 4 08:26:55 2003 +++ phpdoc/en/reference/tidy/functions/tidy-load-config.xml Sat Jan 17 07:04:19 2004 @@ -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-load-config"> <refnamediv> @@ -17,7 +17,12 @@ </methodsynopsis> &warn.undocumented.func; - + <note> + <para> + This function is only avaliable in Tidy 1.0. It became obsolete in Tidy + 2.0 and thus has been removed. + </para> + </note> </refsect1> </refentry> Index: phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml diff -u phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.4 phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.5 --- phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml:1.4 Tue Dec 16 08:47:53 2003 +++ phpdoc/en/reference/tidy/functions/tidy-set-encoding.xml Sat Jan 17 07:04:19 2004 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --> <refentry id="function.tidy-set-encoding"> <refnamediv> @@ -20,6 +20,12 @@ ascii, latin1, raw, utf8, iso2022, mac, win1252, utf16le, utf16be, utf16, big5, and shiftjis. </para> + <note> + <para> + This function is only avaliable in Tidy 1.0. It became obsolete in Tidy + 2.0 and thus has been removed. + </para> + </note> </refsect1> </refentry>