diff --git a/reference/parle/parle.stack.xml b/reference/parle/parle.stack.xml
index 8c55944f33..793a1c0d8f 100644
--- a/reference/parle/parle.stack.xml
+++ b/reference/parle/parle.stack.xml
@@ -45,6 +45,11 @@
size
0
+
+ public
+ mixed
+ top
+
&Methods;
@@ -69,6 +74,12 @@
Stack size, readonly.
+
+ size
+
+ Element on the top of the stack.
+
+
diff --git a/reference/parle/parle/stack/top.xml b/reference/parle/parle/stack/top.xml
deleted file mode 100644
index c4900f9063..0000000000
--- a/reference/parle/parle/stack/top.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
- Parle\Stack::top
- Retrieve or replace the stack top
-
-
-
- &reftitle.description;
-
- public mixedParle\Stack::top
- mixednew_top
-
-
-
-
-
-
-
- &reftitle.parameters;
-
-
- new_top
-
-
- The item which is to replace the stack top.
-
-
-
-
-
-
-
- &reftitle.returnvalues;
-
- If no argiments are passed, returns the current top. Otherwise, if a replacement is given, returns &null;.
-
-
-
-
-
-
-