proto fix (the generator script is not clever enough to deal with function pointer types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205316 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hartmut Holzgraefe 2006-01-15 01:35:48 +00:00
parent 33e6722587
commit d74013f14a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="zend-api.virtual-chdir-file">
<refnamediv>
<refname>virtual_chdir_file</refname>
@ -12,7 +12,7 @@
<methodsynopsis>
<type>int</type><methodname>virtual_chdir_file</methodname>
<methodparam><type>const char*</type><parameter>path</parameter></methodparam>
<methodparam><type>int (*p_chdir)(const char *path</type><parameter>TSRMLS_DC)</parameter></methodparam>
<methodparam><type>int (*p_chdir)(const char *path TSRMLS_DC)</type><parameter>chdir_func</parameter></methodparam>
<methodparam><type>magic</type><parameter>TSRMLS_DC</parameter></methodparam>
</methodsynopsis>
<para>
@ -33,7 +33,7 @@
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>TSRMLS_DC)</parameter></term>
<term><parameter>chdir_func</parameter></term>
<listitem>
<para>
...