[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Fix GH-1561: SplPriorityQueue & friends don't have a constructor
From:       "Christoph M. Becker" <noreply () php ! net>
Date:       2022-04-29 12:36:13
Message-ID: iWQoHYeCfuwSDLAnwjax3TJpiIYssOekIb4772Ai6c () main ! php ! net
[Download RAW message or body]

Author: Christoph M. Becker (cmb69)
Date: 2022-04-29T14:32:03+02:00

Commit: https://github.com/php/doc-en/commit/34a35a3681497538ccff5e0c8a740b240ad0c198
Raw diff: https://github.com/php/doc-en/commit/34a35a3681497538ccff5e0c8a740b240ad0c198.diff


Fix GH-1561: SplPriorityQueue & friends don't have a constructor

Changed paths:
  D  reference/spl/splheap/construct.xml
  D  reference/spl/splpriorityqueue/construct.xml
  M  reference/spl/splheap.xml
  M  reference/spl/splpriorityqueue.xml


Diff:

diff --git a/reference/spl/splheap.xml b/reference/spl/splheap.xml
index 2db267bb307..415043835f0 100644
--- a/reference/spl/splheap.xml
+++ b/reference/spl/splheap.xml
@@ -40,7 +40,6 @@
     </classsynopsisinfo>
 
     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.splheap')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" \
/>  <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.splheap')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
  <xi:fallback/>
     </xi:include>
diff --git a/reference/spl/splheap/construct.xml \
b/reference/spl/splheap/construct.xml deleted file mode 100644
index 17c85244bde..00000000000
--- a/reference/spl/splheap/construct.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<refentry xml:id="splheap.construct" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>SplHeap::__construct</refname>
-  <refpurpose>Constructs a new empty heap</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <constructorsynopsis>
-   <modifier>public</modifier> <methodname>SplHeap::__construct</methodname>
-   <void />
-  </constructorsynopsis>
-  <para>
-   This constructs a new empty heap. 
-  </para>
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  &no.function.parameters;
- </refsect1>
-
-</refentry>
-
-<!-- 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/spl/splpriorityqueue.xml b/reference/spl/splpriorityqueue.xml
index e8e4544bb57..bbbd991e9ce 100644
--- a/reference/spl/splpriorityqueue.xml
+++ b/reference/spl/splpriorityqueue.xml
@@ -46,7 +46,6 @@
     </classsynopsisinfo>
 
     <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
-    <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.splpriorityqueue')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" \
/>  <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) \
xpointer(id('class.splpriorityqueue')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
  <xi:fallback/>
     </xi:include>
diff --git a/reference/spl/splpriorityqueue/construct.xml \
b/reference/spl/splpriorityqueue/construct.xml deleted file mode 100644
index 7014cb83ffd..00000000000
--- a/reference/spl/splpriorityqueue/construct.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<refentry xml:id="splpriorityqueue.construct" xmlns="http://docbook.org/ns/docbook">
- <refnamediv>
-  <refname>SplPriorityQueue::__construct</refname>
-  <refpurpose>Constructs a new empty queue</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <constructorsynopsis>
-   <modifier>public</modifier> \
                <methodname>SplPriorityQueue::__construct</methodname>
-   <void />
-  </constructorsynopsis>
-  <para>
-   This constructs a new empty queue. 
-  </para>
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  &no.function.parameters;
- </refsect1>
-
-</refentry>
-
-<!-- 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
--->

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic