diff --git a/reference/classkit/functions/classkit-import.xml b/reference/classkit/functions/classkit-import.xml
index 89a1b4b3d1..bad22408f2 100644
--- a/reference/classkit/functions/classkit-import.xml
+++ b/reference/classkit/functions/classkit-import.xml
@@ -1,11 +1,11 @@
-
+
classkit_import
Import new class method definitions from a file
-
+
&reftitle.description;
arrayclasskit_import
@@ -14,7 +14,7 @@
¬e.classkit.selfmanipulation;
&warn.experimental.func;
-
+
&reftitle.parameters;
@@ -29,14 +29,14 @@
-
+
&reftitle.returnvalues;
Associative array of imported methods
-
+
&reftitle.examples;
diff --git a/reference/classkit/functions/classkit-method-add.xml b/reference/classkit/functions/classkit-method-add.xml
index 762b0f2dc6..3dde63adc6 100644
--- a/reference/classkit/functions/classkit-method-add.xml
+++ b/reference/classkit/functions/classkit-method-add.xml
@@ -1,11 +1,11 @@
-
+
classkit_method_add
Dynamically adds a new method to a given class
-
+
&reftitle.description;
boolclasskit_method_add
@@ -17,7 +17,7 @@
&warn.experimental.func;
-
+
&reftitle.parameters;
@@ -64,24 +64,24 @@
CLASSKIT_ACC_PRIVATE
-
+
This parameter is only used as of PHP 5, because, prior to this,
all methods were public.
-
+
-
+
&reftitle.returnvalues;
&return.success;
-
+
&reftitle.examples;
@@ -121,14 +121,16 @@ echo $e->add(12, 4);
-
+
&reftitle.seealso;
- classkit_method_copy,
- classkit_method_redefine,
- classkit_method_remove,
- classkit_method_rename&listendand;
- create_function
+
+ classkit_method_copy
+ classkit_method_redefine
+ classkit_method_remove
+ classkit_method_rename
+ create_function
+
diff --git a/reference/classkit/functions/classkit-method-copy.xml b/reference/classkit/functions/classkit-method-copy.xml
index 2764ed5e17..b40226fcb3 100644
--- a/reference/classkit/functions/classkit-method-copy.xml
+++ b/reference/classkit/functions/classkit-method-copy.xml
@@ -1,11 +1,11 @@
-
+
classkit_method_copy
Copies a method from class to another
-
+
&reftitle.description;
boolclasskit_method_copy
@@ -16,7 +16,7 @@
&warn.experimental.func;
-
+
&reftitle.parameters;
@@ -56,14 +56,14 @@
-
+
&reftitle.returnvalues;
&return.success;
-
+
&reftitle.examples;
@@ -98,13 +98,15 @@ foo!
-
+
&reftitle.seealso;
- classkit_method_add,
- classkit_method_redefine,
- classkit_method_remove&listendand;
- classkit_method_rename
+
+ classkit_method_add
+ classkit_method_redefine
+ classkit_method_remove
+ classkit_method_rename
+
diff --git a/reference/classkit/functions/classkit-method-redefine.xml b/reference/classkit/functions/classkit-method-redefine.xml
index 115351df92..3375253451 100644
--- a/reference/classkit/functions/classkit-method-redefine.xml
+++ b/reference/classkit/functions/classkit-method-redefine.xml
@@ -1,11 +1,11 @@
-
+
classkit_method_redefine
Dynamically changes the code of the given method
-
+
&reftitle.description;
boolclasskit_method_redefine
@@ -18,7 +18,7 @@
¬e.classkit.selfmanipulation;
&warn.experimental.func;
-
+
&reftitle.parameters;
@@ -65,24 +65,24 @@
CLASSKIT_ACC_PRIVATE
-
+
This parameter is only used as of PHP 5, because, prior to this,
all methods were public.
-
+
-
+
&reftitle.returnvalues;
&return.success;
-
+
&reftitle.examples;
@@ -126,13 +126,15 @@ After: bar!
-
+
&reftitle.seealso;
- classkit_method_add,
- classkit_method_copy,
- classkit_method_remove&listendand;
- classkit_method_rename
+
+ classkit_method_add
+ classkit_method_copy
+ classkit_method_remove
+ classkit_method_rename
+
diff --git a/reference/classkit/functions/classkit-method-remove.xml b/reference/classkit/functions/classkit-method-remove.xml
index 421af6dd3b..d3b8e074ac 100644
--- a/reference/classkit/functions/classkit-method-remove.xml
+++ b/reference/classkit/functions/classkit-method-remove.xml
@@ -1,11 +1,11 @@
-
+
classkit_method_remove
Dynamically removes the given method
-
+
&reftitle.description;
boolclasskit_method_remove
@@ -15,7 +15,7 @@
¬e.classkit.selfmanipulation;
&warn.experimental.func;
-
+
&reftitle.parameters;
@@ -38,14 +38,14 @@
-
+
&reftitle.returnvalues;
&return.success;
-
+
&reftitle.examples;
@@ -83,13 +83,15 @@ bar
-
+
&reftitle.seealso;
- classkit_method_add,
- classkit_method_copy,
- classkit_method_redefine&listendand;
- classkit_method_rename
+
+ classkit_method_add
+ classkit_method_copy
+ classkit_method_redefine
+ classkit_method_rename
+
diff --git a/reference/classkit/functions/classkit-method-rename.xml b/reference/classkit/functions/classkit-method-rename.xml
index 744f549e6b..e77d855ce9 100644
--- a/reference/classkit/functions/classkit-method-rename.xml
+++ b/reference/classkit/functions/classkit-method-rename.xml
@@ -1,11 +1,11 @@
-
+
classkit_method_rename
Dynamically changes the name of the given method
-
+
&reftitle.description;
boolclasskit_method_rename
@@ -16,7 +16,7 @@
¬e.classkit.selfmanipulation;
&warn.experimental.func;
-
+
&reftitle.parameters;
@@ -47,14 +47,14 @@
-
+
&reftitle.returnvalues;
&return.success;
-
+
&reftitle.examples;
@@ -89,13 +89,15 @@ foo!
-
+
&reftitle.seealso;
- classkit_method_add,
- classkit_method_copy,
- classkit_method_redefine&listendand;
- classkit_method_remove
+
+ classkit_method_add
+ classkit_method_copy
+ classkit_method_redefine
+ classkit_method_remove
+