Indentation.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32296 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2000-09-09 00:50:08 +00:00
parent 495d77cf2a
commit e3de219682

View file

@ -13,8 +13,8 @@
<refnamediv>
<refname>com_load</refname>
<refpurpose>
Creates a new reference to a COM component.
</refpurpose>
Creates a new reference to a COM component
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -30,9 +30,9 @@
</funcprototype>
</funcsynopsis>
<para>
<function>com_load</function> creates a new COM component and
returns a reference to it. Returns <literal>false</literal> on
failiure.
<function>com_load</function> creates a new COM component and
returns a reference to it. Returns <literal>false</literal> on
failiure.
</para>
</refsect1>
</refentry>
@ -41,8 +41,8 @@
<refnamediv>
<refname>com_invoke</refname>
<refpurpose>
Calls a COM component's method.
</refpurpose>
Calls a COM component's method.
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -59,10 +59,11 @@
</funcprototype>
</funcsynopsis>
<para>
<function>com_invoke</function> invokes a method of the COM component
referenced by <parameter>com_object</parameter>. Returns <literal>false</literal>
on error, returns the <parameter>function_name</parameter>'s return value on
success.
<function>Com_invoke</function> invokes a method of the COM
component referenced by
<parameter>com_object</parameter>. Returns
<literal>false</literal> on error, returns the
<parameter>function_name</parameter>'s return value on success.
</para>
</refsect1>
</refentry>
@ -71,8 +72,8 @@
<refnamediv>
<refname>com_propget</refname>
<refpurpose>
Gets the value of a COM Component's property.
</refpurpose>
Gets the value of a COM Component's property
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -84,7 +85,7 @@
</funcprototype>
</funcsynopsis>
<para>
This function is an alias for <function>com_get</function>.
This function is an alias for <function>com_get</function>.
</para>
</refsect1>
</refentry>
@ -93,8 +94,8 @@
<refnamediv>
<refname>com_get</refname>
<refpurpose>
Gets the value of a COM Component's property.
</refpurpose>
Gets the value of a COM Component's property
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -106,9 +107,9 @@
</funcprototype>
</funcsynopsis>
<para>
Returns the value of the <parameter>property</parameter> of the
COM component referenced by <parameter>com_object</parameter>.
Returns <literal>false</literal> on error.
Returns the value of the <parameter>property</parameter> of the
COM component referenced by <parameter>com_object</parameter>.
Returns <literal>false</literal> on error.
</para>
</refsect1>
</refentry>
@ -117,8 +118,8 @@
<refnamediv>
<refname>com_propput</refname>
<refpurpose>
Assigns a value to a COM component's property.
</refpurpose>
Assigns a value to a COM component's property
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -140,8 +141,8 @@
<refnamediv>
<refname>com_propset</refname>
<refpurpose>
Assigns a value to a COM component's property.
</refpurpose>
Assigns a value to a COM component's property
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -163,8 +164,8 @@
<refnamediv>
<refname>com_set</refname>
<refpurpose>
Assigns a value to a COM component's property.
</refpurpose>
Assigns a value to a COM component's property
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -177,10 +178,11 @@
</funcprototype>
</funcsynopsis>
<para>
Sets the value of the <parameter>property</parameter> of the
COM component referenced by <parameter>com_object</parameter>.
Returns <literal>true</literal> if <parameter>property</parameter>
is set. Returns <literal>false</literal> on error.
Sets the value of the <parameter>property</parameter> of the COM
component referenced by <parameter>com_object</parameter>.
Returns <literal>true</literal> if
<parameter>property</parameter> is set. Returns
<literal>false</literal> on error.
</para>
</refsect1>
</refentry>