mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix in relation to alphabetical order of functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53830 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9ee5229715
commit
3f8d25045c
1 changed files with 23 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<reference id="ref.cpdf">
|
||||
<title>ClibPDF functions</title>
|
||||
<titleabbrev>ClibPDF</titleabbrev>
|
||||
|
@ -1657,27 +1657,6 @@ cpdf_restore($pdf)
|
|||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.cpdf-setflat">
|
||||
<refnamediv>
|
||||
<refname>cpdf_setflat</refname>
|
||||
<refpurpose>Sets flatness</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>cpdf_setflat</function></funcdef>
|
||||
<paramdef>int <parameter>pdf document</parameter></paramdef>
|
||||
<paramdef>double <parameter>value</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_setflat</function> function set the flatness to
|
||||
a value between 0 and 100.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.cpdf-setdash">
|
||||
<refnamediv>
|
||||
<refname>cpdf_setdash</refname>
|
||||
|
@ -1701,7 +1680,28 @@ cpdf_restore($pdf)
|
|||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
||||
<refentry id="function.cpdf-setflat">
|
||||
<refnamediv>
|
||||
<refname>cpdf_setflat</refname>
|
||||
<refpurpose>Sets flatness</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>cpdf_setflat</function></funcdef>
|
||||
<paramdef>int <parameter>pdf document</parameter></paramdef>
|
||||
<paramdef>double <parameter>value</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_setflat</function> function set the flatness to
|
||||
a value between 0 and 100.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<refentry id="function.cpdf-setgray">
|
||||
<refnamediv>
|
||||
<refname>cpdf_setgray</refname>
|
||||
|
|
Loading…
Reference in a new issue