Skip to content

Commit 60661e2

Browse files
committed
Update part of SPL
1 parent e5c3fdf commit 60661e2

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

reference/spl/book.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: takagi Status: ready -->
2+
<!-- EN-Revision: 487afb09014843c0911daf7c7c962c3dd4a2c610 Maintainer: takagi Status: ready -->
43
<!-- CREDITS: shimooka,hirokawa -->
54

65
<book xml:id="book.spl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -19,7 +18,6 @@
1918
</para>
2019
</preface>
2120

22-
&reference.spl.constants;
2321
&reference.spl.datastructures;
2422
&reference.spl.iterators;
2523
&reference.spl.interfaces;

reference/spl/constants.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

reference/spl/interfaces.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 14af302c9c0e561fa6f9cdd956268758ba9a89c5 Maintainer: takagi Status: ready -->
2+
<!-- EN-Revision: 267a3d4e60d8a6da941e72d195386b5841052cca Maintainer: takagi Status: ready -->
43

54
<part xml:id="spl.interfaces" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65

@@ -12,7 +11,6 @@
1211
<section xml:id="spl.interfaces.list">
1312
&spl.interfaces.list;
1413
<simplelist>
15-
<member><classname>Countable</classname></member>
1614
<member><classname>OuterIterator</classname></member>
1715
<member><classname>RecursiveIterator</classname></member>
1816
<member><classname>SeekableIterator</classname></member>
@@ -23,7 +21,6 @@
2321

2422
</partintro>
2523

26-
&reference.spl.countable;
2724
&reference.spl.outeriterator;
2825
&reference.spl.recursiveiterator;
2926
&reference.spl.seekableiterator;

0 commit comments

Comments
 (0)