JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / core / dom / documentfragment.js
index a449441..5b03371 100644 (file)
@@ -1,14 +1,14 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
+\r
 /**\r
- * DocumentFragment is a "lightweight" or "minimal" Document object. It is\r
+ * @class DocumentFragment is a "lightweight" or "minimal" Document object. It is\r
  * commonly used to extract a portion of a document's tree or to create a new\r
  * fragment of a document. Various operations may take DocumentFragment objects\r
  * as arguments and results in all the child nodes of the DocumentFragment being\r
  * moved to the child list of this node.\r
- *\r
  * @param {Object} ownerDocument\r
  */\r
 CKEDITOR.dom.documentFragment = function( ownerDocument )\r