From b23163023bffec301ca2fdb80fc131f64841e8af Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 8 Apr 2009 20:35:35 +0000 Subject: [PATCH] fix build git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278460 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/declare.xml | 6 ++++-- reference/tidy/functions/tidy-construct.xml | 4 ++-- reference/tidy/functions/tidy-parse-file.xml | 4 ++-- reference/tidy/functions/tidy-parse-string.xml | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/language/control-structures/declare.xml b/language/control-structures/declare.xml index dbd3927a3c..cf9e62d858 100644 --- a/language/control-structures/declare.xml +++ b/language/control-structures/declare.xml @@ -1,5 +1,5 @@ - + <literal>declare</literal> @@ -115,7 +115,9 @@ if ($a > 0) { ]]> - The above example is the equivalent of the following: + + &example.outputs.similar; + - - + + tidy::__construct Constructs a new tidy object diff --git a/reference/tidy/functions/tidy-parse-file.xml b/reference/tidy/functions/tidy-parse-file.xml index 2e3aa2f45d..baf5eba764 100644 --- a/reference/tidy/functions/tidy-parse-file.xml +++ b/reference/tidy/functions/tidy-parse-file.xml @@ -1,6 +1,6 @@ - - + + tidy_parse_file Parse markup in file or URI diff --git a/reference/tidy/functions/tidy-parse-string.xml b/reference/tidy/functions/tidy-parse-string.xml index a141f7dcbd..2cabb74d1f 100644 --- a/reference/tidy/functions/tidy-parse-string.xml +++ b/reference/tidy/functions/tidy-parse-string.xml @@ -1,6 +1,6 @@ - - + + tidy_parse_string Parse a document stored in a string