Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/yaf/book.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 68c2c871505aadf983f16113c5b077b335ce8d76 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- EN-Revision: bd23019549a09eb15f5c772987c76781ab5f5f09 Maintainer: yannick Status: ready -->

<book xml:id="book.yaf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
Expand Down Expand Up @@ -45,6 +43,8 @@
&reference.yaf.yaf-request-http;
&reference.yaf.yaf-request-simple;
&reference.yaf.yaf-response-abstract;
&reference.yaf.yaf-response-cli;
&reference.yaf.yaf-response-http;
&reference.yaf.yaf-route-interface;
&reference.yaf.yaf-route-map;
&reference.yaf.yaf-route-regex;
Expand Down
32 changes: 0 additions & 32 deletions reference/yaf/reference.xml

This file was deleted.

9 changes: 2 additions & 7 deletions reference/yaf/yaf-response-cli.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4d17b7b4947e7819ff5036715dd706be87ae4def Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<!-- EN-Revision: bd23019549a09eb15f5c772987c76781ab5f5f09 Maintainer: yannick Status: ready -->

<reference xml:id="class.yaf-response-cli" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand Down Expand Up @@ -31,7 +29,7 @@
<ooclass>
<classname>Yaf_Response_Cli</classname>
</ooclass>

<ooclass>
<modifier>extends</modifier>
<classname>Yaf_Response_Abstract</classname>
Expand All @@ -41,8 +39,6 @@
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>


<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yaf-response-cli')/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.yaf-response-abstract')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
Expand Down Expand Up @@ -82,7 +78,6 @@

</partintro>

&reference.yaf.entities.yaf-response-cli;

</reference>

Expand Down
9 changes: 2 additions & 7 deletions reference/yaf/yaf-response-http.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 4d17b7b4947e7819ff5036715dd706be87ae4def Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<!-- EN-Revision: bd23019549a09eb15f5c772987c76781ab5f5f09 Maintainer: yannick Status: ready -->

<reference xml:id="class.yaf-response-http" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand Down Expand Up @@ -31,7 +29,7 @@
<ooclass>
<classname>Yaf_Response_Http</classname>
</ooclass>

<ooclass>
<modifier>extends</modifier>
<classname>Yaf_Response_Abstract</classname>
Expand All @@ -49,8 +47,6 @@
</fieldsynopsis>


<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.yaf-response-http')/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.yaf-response-abstract')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
Expand Down Expand Up @@ -96,7 +92,6 @@

</partintro>

&reference.yaf.entities.yaf-response-http;

</reference>

Expand Down
Loading