summaryrefslogtreecommitdiff
path: root/documentation/your-first-extension.html
diff options
context:
space:
mode:
authorClyde Semeleer <clyde@semeleer.eu>2014-03-05 07:11:01 -0800
committerClyde Semeleer <clyde@semeleer.eu>2014-03-05 07:11:01 -0800
commite7736a8d65765f7500e06af400457cca95ceae45 (patch)
treeb8fb1ae90d60dc10c8e7acfc7cb1eff0973735ee /documentation/your-first-extension.html
parent562beb47dc21deadc3def67f08e439b753787d82 (diff)
minor update to docs
Diffstat (limited to 'documentation/your-first-extension.html')
-rw-r--r--documentation/your-first-extension.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/documentation/your-first-extension.html b/documentation/your-first-extension.html
index 02d85cd..cebc44f 100644
--- a/documentation/your-first-extension.html
+++ b/documentation/your-first-extension.html
@@ -196,8 +196,7 @@ extension=yourextension.so
all your functions and classes to it.
</p>
<p>
-<pre class="language-c++"><code>
-#include &lt;phpcpp.h&gt;
+<pre class="language-c++"><code>#include &lt;phpcpp.h&gt;
/**
* tell the compiler that the get_module is a pure C function
@@ -222,8 +221,7 @@ extern "C" {
// return the extension
return extension;
}
-}
-</code></pre>
+}</code></pre>
</p>
- \ No newline at end of file
+