Fix section order issues in Spl

Part of #658
This commit is contained in:
Sergey Panteleev 2021-08-12 13:11:36 +03:00
parent 400d8116f4
commit 54eeb86a9c
No known key found for this signature in database
GPG key ID: 659A97C9CF2A795A
2 changed files with 16 additions and 16 deletions

View file

@ -54,6 +54,14 @@
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
Throws <classname>LogicException</classname> when the class is not found
and there are no other autoloaders registered.
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
@ -77,14 +85,6 @@
</informaltable>
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
Throws <classname>LogicException</classname> when the class is not found
and there are no other autoloaders registered.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -64,6 +64,14 @@
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
A <classname>RuntimeException</classname> if the file cannot be
opened (e.g. insufficient access rights).
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
@ -88,14 +96,6 @@
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
A <classname>RuntimeException</classname> if the file cannot be
opened (e.g. insufficient access rights).
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>