From e7736a8d65765f7500e06af400457cca95ceae45 Mon Sep 17 00:00:00 2001 From: Clyde Semeleer Date: Wed, 5 Mar 2014 07:11:01 -0800 Subject: minor update to docs --- documentation/your-first-extension.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'documentation/your-first-extension.html') 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.

-


-#include <phpcpp.h>
+
#include <phpcpp.h>
 
 /**
  *  tell the compiler that the get_module is a pure C function
@@ -222,8 +221,7 @@ extern "C" {
         // return the extension
         return extension;
     }
-}
-
+}

- \ No newline at end of file + -- cgit v1.2.3