Index: /CKEditor/branches/prototype/_source/core/dom/element.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/dom/element.js	(revision 2592)
+++ /CKEditor/branches/prototype/_source/core/dom/element.js	(revision 2593)
@@ -275,4 +275,5 @@
 		/**
 		 * Gets the value of an element attribute.
+		 * @function
 		 * @param {String} name The attribute name.
 		 * @returns {String} The attribute value or null if not defined.
@@ -323,4 +324,5 @@
 		 * Gets the current computed value of one of the element CSS style
 		 * properties.
+		 * @function
 		 * @param {String} propertyName The style property name.
 		 * @returns {String} The property value.
@@ -374,4 +376,5 @@
 		/**
 		 * Gets the computed tabindex for this element.
+		 * @function
 		 * @returns {Number} The tabindex value.
 		 * @example
Index: /CKEditor/branches/prototype/_source/core/dom/window.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/dom/window.js	(revision 2592)
+++ /CKEditor/branches/prototype/_source/core/dom/window.js	(revision 2593)
@@ -45,4 +45,5 @@
 		/**
 		 * Moves the selection focus to this window.
+		 * @function
 		 * @example
 		 * var win = new CKEDITOR.dom.window( window );
@@ -56,4 +57,5 @@
 		/**
 		 * Gets the width and height of this window's viewable area.
+		 * @function
 		 * @returns {Object} An object with the "width" and "height"
 		 *		properties containing the size.
@@ -76,4 +78,5 @@
 		/**
 		 * Gets the current position of the window's scroll.
+		 * @function
 		 * @returns {Object} An object with the "x" and "y" properties
 		 *		containing the scroll position.
Index: /CKEditor/branches/prototype/_source/core/event.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/event.js	(revision 2592)
+++ /CKEditor/branches/prototype/_source/core/event.js	(revision 2593)
@@ -181,4 +181,5 @@
 			 * Fires an specific event in the object. All registered listeners are
 			 * called at this point.
+			 * @function
 			 * @param {String} eventName The event name to fire.
 			 * @param {Object} [data] Data to be sent as the
Index: /CKEditor/branches/prototype/_source/core/tools.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/tools.js	(revision 2592)
+++ /CKEditor/branches/prototype/_source/core/tools.js	(revision 2593)
@@ -205,4 +205,5 @@
 	 * Gets a unique number for this CKEDITOR execution session. It returns
 	 * progressive numbers starting at 1.
+	 * @function
 	 * @returns {Number} A unique number.
 	 * @example
@@ -291,4 +292,5 @@
 	 * Remove spaces from the start and the end of a string. The following
 	 * characters are removed: space, tab, line break, line feed.
+	 * @function
 	 * @param {String} str The text from which remove the spaces.
 	 * @returns {String} The modified string without the boundary spaces.
@@ -309,4 +311,5 @@
 	 * Remove spaces from the start (left) of a string. The following
 	 * characters are removed: space, tab, line break, line feed.
+	 * @function
 	 * @param {String} str The text from which remove the spaces.
 	 * @returns {String} The modified string excluding the removed spaces.
@@ -327,4 +330,5 @@
 	 * Remove spaces from the end (right) of a string. The following
 	 * characters are removed: space, tab, line break, line feed.
+	 * @function
 	 * @param {String} str The text from which remove the spaces.
 	 * @returns {String} The modified string excluding the removed spaces.
Index: /CKEditor/branches/prototype/_source/plugins/selection/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/selection/plugin.js	(revision 2592)
+++ /CKEditor/branches/prototype/_source/plugins/selection/plugin.js	(revision 2593)
@@ -191,4 +191,5 @@
 		/**
 		 * Gets the native selection object from the browser.
+		 * @function
 		 * @returns {Object} The native selection object.
 		 * @example
@@ -217,4 +218,5 @@
 		 *			selection.</li>
 		 * </ul>
+		 * @function
 		 * @returns {Number} One of the following constant values:
 		 *		{@link CKEDITOR.SELECTION_NONE}, {@link CKEDITOR.SELECTION_TEXT} or
