[DOC-CVS] [doc-en] master: Fix unresolved exception entity references (#5779)
[email protected] (Jordi Kroon via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jordi Kroon (jordikroon)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-08-23T19:16:18+02:00
Commit: https://github.com/php/doc-en/commit/e94f86354b737b80a099ccb14b32c07abe6d96e5
Raw diff: https://github.com/php/doc-en/commit/e94f86354b737b80a099ccb14b32c07abe6d96e5.diff
Fix unresolved exception entity references (#5779)
Changed paths:
D reference/ev/reference.xml
D reference/gearman/reference.xml
D reference/lua/reference.xml
D reference/luasandbox/reference.xml
D reference/pthreads/reference.xml
D reference/quickhash/reference.xml
D reference/sync/reference.xml
D reference/wkhtmltox/reference.xml
D reference/xlswriter/reference.xml
D reference/yaconf/reference.xml
M reference/gmagick/book.xml
M reference/gmagick/gmagickexception.xml
M reference/gmagick/gmagickpixelexception.xml
M reference/lua/book.xml
M reference/lua/luaexception.xml
M reference/luasandbox/book.xml
M reference/mysql_xdevapi/book.xml
M reference/mysql_xdevapi/mysql-xdevapi.driver.xml
M reference/mysql_xdevapi/mysql-xdevapi.fieldmetadata.xml
M reference/svm/book.xml
M reference/svm/svmexception.xml
M reference/swoole/book.xml
M reference/swoole/swoole.module.xml
M reference/varnish/book.xml
M reference/varnish/varnishexception.xml
M reference/xmldiff/book.xml
M reference/xmldiff/xmldiff.exception.xml
Diff:
diff --git a/reference/ev/reference.xml b/reference/ev/reference.xml
deleted file mode 100644
index d32b6c4ee230..000000000000
--- a/reference/ev/reference.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<reference xml:id="ref.ev" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Ev &Functions;</title>
-
- &reference.ev.entities.functions;
-
-</reference>
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/gearman/reference.xml b/reference/gearman/reference.xml
deleted file mode 100644
index 2be777c6ac85..000000000000
--- a/reference/gearman/reference.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.gearman" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Gearman &Functions;</title>
-
- &reference.gearman.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
-
diff --git a/reference/gmagick/book.xml b/reference/gmagick/book.xml
index 142bb8868b55..74578b226a01 100644
--- a/reference/gmagick/book.xml
+++ b/reference/gmagick/book.xml
@@ -28,6 +28,8 @@
&reference.gmagick.gmagick;
&reference.gmagick.gmagickdraw;
&reference.gmagick.gmagickpixel;
+ &reference.gmagick.gmagickexception;
+ &reference.gmagick.gmagickpixelexception;
</book>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/gmagick/gmagickexception.xml b/reference/gmagick/gmagickexception.xml
index dfeca8e63357..d8c92f502b7c 100644
--- a/reference/gmagick/gmagickexception.xml
+++ b/reference/gmagick/gmagickexception.xml
@@ -39,9 +39,6 @@
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)"/>
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.gmagickexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
-
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
@@ -53,8 +50,6 @@
</partintro>
- &reference.gmagick.entities.gmagickexception;
-
</reference>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/gmagick/gmagickpixelexception.xml b/reference/gmagick/gmagickpixelexception.xml
index dce78f483a35..ef6d9e0196ac 100644
--- a/reference/gmagick/gmagickpixelexception.xml
+++ b/reference/gmagick/gmagickpixelexception.xml
@@ -36,9 +36,6 @@
</classsynopsisinfo>
<!-- }}} -->
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.gmagickpixelexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
-
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
@@ -50,8 +47,6 @@
</partintro>
- &reference.gmagick.entities.gmagickpixelexception;
-
</reference>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/lua/book.xml b/reference/lua/book.xml
index c39a3aad1438..6c4a36c15409 100644
--- a/reference/lua/book.xml
+++ b/reference/lua/book.xml
@@ -18,6 +18,7 @@
&reference.lua.lua;
&reference.lua.luaclosure;
+ &reference.lua.luaexception;
</book>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/lua/luaexception.xml b/reference/lua/luaexception.xml
index ce7a0be831a5..9547be2269c3 100644
--- a/reference/lua/luaexception.xml
+++ b/reference/lua/luaexception.xml
@@ -39,9 +39,6 @@
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)"/>
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.luaexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
-
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
@@ -53,8 +50,6 @@
</partintro>
- &reference.lua.entities.luaexception;
-
</reference>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/lua/reference.xml b/reference/lua/reference.xml
deleted file mode 100644
index 0da2329f9f57..000000000000
--- a/reference/lua/reference.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.lua" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Lua &Functions;</title>
-
- &reference.lua.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/luasandbox/book.xml b/reference/luasandbox/book.xml
index 7e32d0fe2bc6..80a38d33d0c2 100644
--- a/reference/luasandbox/book.xml
+++ b/reference/luasandbox/book.xml
@@ -49,7 +49,6 @@
&reference.luasandbox.differences;
&reference.luasandbox.examples;
- <!-- &reference.luasandbox.reference; -->
&reference.luasandbox.luasandbox;
&reference.luasandbox.luasandboxfunction;
diff --git a/reference/luasandbox/reference.xml b/reference/luasandbox/reference.xml
deleted file mode 100644
index 203b12ab34b3..000000000000
--- a/reference/luasandbox/reference.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.luasandbox" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>LuaSandbox &Functions;</title>
-
- &reference.luasandbox.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/mysql_xdevapi/book.xml b/reference/mysql_xdevapi/book.xml
index 6e6f8c4a6b8c..8feb18d4e26b 100644
--- a/reference/mysql_xdevapi/book.xml
+++ b/reference/mysql_xdevapi/book.xml
@@ -45,10 +45,12 @@
&reference.mysql-xdevapi.mysql-xdevapi.crudoperationsortable;
&reference.mysql-xdevapi.mysql-xdevapi.databaseobject;
&reference.mysql-xdevapi.mysql-xdevapi.docresult;
+ &reference.mysql-xdevapi.mysql-xdevapi.driver;
&reference.mysql-xdevapi.mysql-xdevapi.exception;
&reference.mysql-xdevapi.mysql-xdevapi.executable;
&reference.mysql-xdevapi.mysql-xdevapi.executionstatus;
&reference.mysql-xdevapi.mysql-xdevapi.expression;
+ &reference.mysql-xdevapi.mysql-xdevapi.fieldmetadata;
&reference.mysql-xdevapi.mysql-xdevapi.result;
&reference.mysql-xdevapi.mysql-xdevapi.rowresult;
&reference.mysql-xdevapi.mysql-xdevapi.schema;
diff --git a/reference/mysql_xdevapi/mysql-xdevapi.driver.xml b/reference/mysql_xdevapi/mysql-xdevapi.driver.xml
index 70b10c788cdb..6ba5432e3e4e 100644
--- a/reference/mysql_xdevapi/mysql-xdevapi.driver.xml
+++ b/reference/mysql_xdevapi/mysql-xdevapi.driver.xml
@@ -39,8 +39,6 @@
<initializer>8.0.3</initializer>
</fieldsynopsis>
- <classsynopsisinfo role="comment">Constructor</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mysql-xdevapi-driver')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" />
</classsynopsis>
<!-- }}} -->
@@ -65,8 +63,6 @@
</partintro>
- &reference.mysql-xdevapi.mysql-xdevapi.entities.driver;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/mysql_xdevapi/mysql-xdevapi.fieldmetadata.xml b/reference/mysql_xdevapi/mysql-xdevapi.fieldmetadata.xml
index ed84705a44b9..ff9696b5250e 100644
--- a/reference/mysql_xdevapi/mysql-xdevapi.fieldmetadata.xml
+++ b/reference/mysql_xdevapi/mysql-xdevapi.fieldmetadata.xml
@@ -86,8 +86,6 @@
</fieldsynopsis>
- <classsynopsisinfo role="comment">Constructor</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mysql-xdevapi-fieldmetadata')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])" />
</classsynopsis>
<!-- }}} -->
@@ -183,8 +181,6 @@
</partintro>
- &reference.mysql-xdevapi.mysql-xdevapi.entities.fieldmetadata;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/pthreads/reference.xml b/reference/pthreads/reference.xml
deleted file mode 100644
index bfec3d2e3809..000000000000
--- a/reference/pthreads/reference.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.pthreads" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>pthreads &Functions;</title>
-
- &reference.pthreads.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/quickhash/reference.xml b/reference/quickhash/reference.xml
deleted file mode 100644
index 6524387406d8..000000000000
--- a/reference/quickhash/reference.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.quickhash" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Quickhash &Functions;</title>
-
- &reference.quickhash.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
-
diff --git a/reference/svm/book.xml b/reference/svm/book.xml
index bf8835b1e2d3..a0118a2ccc20 100644
--- a/reference/svm/book.xml
+++ b/reference/svm/book.xml
@@ -20,6 +20,7 @@
&reference.svm.svm;
&reference.svm.svmmodel;
+ &reference.svm.svmexception;
</book>
<!-- Keep this comment at the end of the file
diff --git a/reference/svm/svmexception.xml b/reference/svm/svmexception.xml
index b2fdd6919f98..7ee17a5dab65 100644
--- a/reference/svm/svmexception.xml
+++ b/reference/svm/svmexception.xml
@@ -38,9 +38,6 @@
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)"/>
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.svmexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
-
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])"/>
@@ -52,8 +49,6 @@
</partintro>
- &reference.svm.entities.svmexception;
-
</reference>
<!-- Keep this comment at the end of the file
Local variables:
diff --git a/reference/swoole/book.xml b/reference/swoole/book.xml
index 6d7156aa16b6..88e2cea060f1 100644
--- a/reference/swoole/book.xml
+++ b/reference/swoole/book.xml
@@ -47,6 +47,7 @@
&reference.swoole.swoole.http.server;
&reference.swoole.swoole.lock;
&reference.swoole.swoole.mmap;
+ &reference.swoole.swoole.module;
&reference.swoole.swoole.mysql;
&reference.swoole.swoole.mysql.exception;
&reference.swoole.swoole.process;
diff --git a/reference/swoole/swoole.module.xml b/reference/swoole/swoole.module.xml
index 82dc24623846..3378860b965c 100644
--- a/reference/swoole/swoole.module.xml
+++ b/reference/swoole/swoole.module.xml
@@ -32,8 +32,6 @@
</classsynopsisinfo>
<!-- }}} -->
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-module')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
</classsynopsis>
<!-- }}} -->
@@ -41,8 +39,6 @@
</partintro>
- &reference.swoole.swoole.entities.module;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/sync/reference.xml b/reference/sync/reference.xml
deleted file mode 100644
index 85c265e1cd32..000000000000
--- a/reference/sync/reference.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.sync" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Sync &Functions;</title>
-
- &reference.sync.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/varnish/book.xml b/reference/varnish/book.xml
index a564451431e4..1d729556d2c7 100644
--- a/reference/varnish/book.xml
+++ b/reference/varnish/book.xml
@@ -22,6 +22,7 @@
&reference.varnish.varnishadmin;
&reference.varnish.varnishstat;
&reference.varnish.varnishlog;
+ &reference.varnish.varnishexception;
</book>
diff --git a/reference/varnish/varnishexception.xml b/reference/varnish/varnishexception.xml
index 1f4855b157d4..008f90297fb7 100644
--- a/reference/varnish/varnishexception.xml
+++ b/reference/varnish/varnishexception.xml
@@ -39,9 +39,6 @@
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.varnishexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
-
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
@@ -53,8 +50,6 @@
</partintro>
- &reference.varnish.entities.varnishexception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/wkhtmltox/reference.xml b/reference/wkhtmltox/reference.xml
deleted file mode 100644
index 4d2dce73a5e0..000000000000
--- a/reference/wkhtmltox/reference.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.wkhtmltox" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>wkhtmltox &Functions;</title>
-
- &reference.wkhtmltox.entities.functions;
-
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/xlswriter/reference.xml b/reference/xlswriter/reference.xml
deleted file mode 100644
index 51689c8ce02c..000000000000
--- a/reference/xlswriter/reference.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.xlswriter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>XlsWriter &Functions;</title>
- &reference.xlswriter.entities.functions;
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/xmldiff/book.xml b/reference/xmldiff/book.xml
index fe787b0139d9..e1419fb99ad8 100644
--- a/reference/xmldiff/book.xml
+++ b/reference/xmldiff/book.xml
@@ -20,6 +20,7 @@
&reference.xmldiff.xmldiff.dom;
&reference.xmldiff.xmldiff.memory;
&reference.xmldiff.xmldiff.file;
+ &reference.xmldiff.xmldiff.exception;
</book>
diff --git a/reference/xmldiff/xmldiff.exception.xml b/reference/xmldiff/xmldiff.exception.xml
index 96d78ff304b7..bb0783cb7946 100644
--- a/reference/xmldiff/xmldiff.exception.xml
+++ b/reference/xmldiff/xmldiff.exception.xml
@@ -40,9 +40,6 @@
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" />
- <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.xmldiff-exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
-
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
@@ -53,8 +50,6 @@
</partintro>
- &reference.xmldiff.entities.xmldiff-exception;
-
</reference>
<!-- Keep this comment at the end of the file
diff --git a/reference/yaconf/reference.xml b/reference/yaconf/reference.xml
deleted file mode 100644
index fe99e9cf9521..000000000000
--- a/reference/yaconf/reference.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<reference xml:id="ref.yaconf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Yaconf &Functions;</title>
- &reference.yaconf.entities.functions;
-</reference>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->