Skip to content

Commit

Permalink
Use correct name for LibXMLError (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Jan 18, 2024
1 parent ec4f6aa commit 8fea0f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reference/libxml/libxmlerror.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4724b47c25b48f509355d27291aa6893ad0b40c0 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 90afcd69fcd42a060617540aab6d5be97dfc4fe1 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<phpdoc:classref
Expand All @@ -9,12 +9,12 @@
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>La classe libXMLError</title>
<titleabbrev>libXMLError</titleabbrev>
<title>La classe LibXMLError</title>
<titleabbrev>LibXMLError</titleabbrev>

<partintro>

<!-- {{{ libXMLError intro -->
<!-- {{{ LibXMLError intro -->
<section xml:id="libxmlerror.intro">
&reftitle.intro;
<para>
Expand All @@ -30,12 +30,12 @@

<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>libXMLError</classname></ooclass>
<ooclass><classname>LibXMLError</classname></ooclass>

<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>libXMLError</classname>
<classname>LibXMLError</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
Expand Down Expand Up @@ -75,7 +75,7 @@
<!-- }}} -->
</section>

<!-- {{{ libXMLError properties -->
<!-- {{{ LibXMLError properties -->
<section xml:id="libxmlerror.props">
&reftitle.properties;
<variablelist>
Expand Down

0 comments on commit 8fea0f5

Please sign in to comment.