mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
each parameter has a paramdef of its own
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66719 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d55411a430
commit
61a0ba8453
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<reference id="ref.ncurses">
|
||||
<title>Ncurses terminal screen control functions</title>
|
||||
<titleabbrev>ncurses functions</titleabbrev>
|
||||
|
@ -2585,9 +2585,8 @@
|
|||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>int <function>ncurses_mousemask</function></funcdef>
|
||||
<paramdef>int <parameter>newmask</parameter>,
|
||||
int <parameter>oldmask</parameter>
|
||||
</paramdef>
|
||||
<paramdef>int <parameter>newmask</parameter></paramdef>
|
||||
<paramdef>int <parameter>oldmask</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
&warn.experimental.func;
|
||||
|
|
Loading…
Reference in a new issue