summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 17:14:23 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-05 17:14:23 +0100
commit7001f876ae8760553f020017cccf90bf0ffbe9df (patch)
tree113fcac1b205402e1c51608a92889dbec5a202af /documentation/parameters.html
parentaca6699d789e88c1b5425554d35c13acdd453ead (diff)
parent3e664df641d022903acb060dc40a4815078ac4db (diff)
updates to documentation
Diffstat (limited to 'documentation/parameters.html')
-rw-r--r--documentation/parameters.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/documentation/parameters.html b/documentation/parameters.html
index 5c39a55..38f494c 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -13,8 +13,7 @@
the parameters is:
</p>
<p>
-<pre class="language-c++"><code>
-#include &lt;phpcpp.h&gt;
+<pre class="language-c++"><code>#include &lt;phpcpp.h&gt;
void example(Php::Parameters &amp;params)
{
@@ -30,8 +29,7 @@ extern "C" {
});
return myExtension;
}
-}
-</pre></code>
+}</pre></code>
</p>
<p>
Above you see that we passed in additional information when we registered the
@@ -268,6 +266,3 @@ swap(10,20);
?&gt;
</code></pre>
</p>
-
-
- \ No newline at end of file