Index: /CKEditor/trunk/_source/core/dom/documentfragment.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/documentfragment.js	(revision 6012)
+++ /CKEditor/trunk/_source/core/dom/documentfragment.js	(revision 6013)
@@ -3,11 +3,11 @@
 For licensing, see LICENSE.html or http://ckeditor.com/license
 */
+
 /**
- * DocumentFragment is a "lightweight" or "minimal" Document object. It is
+ * @class DocumentFragment is a "lightweight" or "minimal" Document object. It is
  * commonly used to extract a portion of a document's tree or to create a new
  * fragment of a document. Various operations may take DocumentFragment objects
  * as arguments and results in all the child nodes of the DocumentFragment being
  * moved to the child list of this node.
- *
  * @param {Object} ownerDocument
  */
Index: /CKEditor/trunk/_source/core/dom/elementpath.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/elementpath.js	(revision 6012)
+++ /CKEditor/trunk/_source/core/dom/elementpath.js	(revision 6013)
@@ -28,4 +28,7 @@
 	};
 
+	/**
+	 * @class
+	 */
 	CKEDITOR.dom.elementPath = function( lastNode )
 	{
Index: /CKEditor/trunk/_source/core/dom/nodelist.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/nodelist.js	(revision 6012)
+++ /CKEditor/trunk/_source/core/dom/nodelist.js	(revision 6013)
@@ -4,4 +4,7 @@
 */
 
+/**
+ * @class
+ */
 CKEDITOR.dom.nodeList = function( nativeList )
 {
Index: /CKEditor/trunk/_source/core/dom/range.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/range.js	(revision 6012)
+++ /CKEditor/trunk/_source/core/dom/range.js	(revision 6013)
@@ -4,4 +4,7 @@
 */
 
+/**
+ * @class
+ */
 CKEDITOR.dom.range = function( document )
 {
