diff --git a/reference/rar/rararchive.xml b/reference/rar/rararchive.xml
index 7eddc9296b..3c0a20d4be 100644
--- a/reference/rar/rararchive.xml
+++ b/reference/rar/rararchive.xml
@@ -15,6 +15,11 @@
This class represents a RAR archive, which may be formed by several volumes (parts) and which contains
a number of RAR entries (i.e., files, directories and other special objects such as symbolic links).
+
+ Objects of this class can be traversed, yielding the entries stored in the respective RAR archive.
+ Those entries can also be obtained through RarArchive::getEntry and
+ RarArchive::list.
+
@@ -28,8 +33,13 @@
+ final
RarArchive
+
+
+ Traversable
+
diff --git a/reference/rar/rarentry.xml b/reference/rar/rarentry.xml
index cde79a91b4..da8fd6da81 100644
--- a/reference/rar/rarentry.xml
+++ b/reference/rar/rarentry.xml
@@ -27,6 +27,7 @@
+ final
RarEntry