document Yaf_Registry, remove the undocument warning

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327673 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xinchen Hui 2012-09-17 09:07:15 +00:00
parent 94f2f851f0
commit 78c3820097
6 changed files with 9 additions and 27 deletions

View file

@ -16,9 +16,6 @@
<para>
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -4,7 +4,7 @@
<refentry xml:id="yaf-registry.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Registry::__construct</refname>
<refpurpose>The __construct purpose</refpurpose>
<refpurpose>Yaf_Registry implements singleton</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -16,9 +16,6 @@
<para>
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -4,7 +4,7 @@
<refentry xml:id="yaf-registry.del" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Registry::del</refname>
<refpurpose>The del purpose</refpurpose>
<refpurpose>Remove an item from registry</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -14,11 +14,8 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Remove an item from registry
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -4,7 +4,7 @@
<refentry xml:id="yaf-registry.get" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Registry::get</refname>
<refpurpose>The get purpose</refpurpose>
<refpurpose>Retrieve an item from registry</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -14,11 +14,8 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Retrieve an item from registry
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -4,7 +4,7 @@
<refentry xml:id="yaf-registry.has" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Registry::has</refname>
<refpurpose>The has purpose</refpurpose>
<refpurpose>Check whether an item exists</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -14,11 +14,8 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Check whether an item exists
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">

View file

@ -4,7 +4,7 @@
<refentry xml:id="yaf-registry.set" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Yaf_Registry::set</refname>
<refpurpose>The set purpose</refpurpose>
<refpurpose>Add an item into registry</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -15,11 +15,8 @@
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
Add an item into registry
</para>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">