[sword-svn] r2093 - trunk/include

scribe at www.crosswire.org scribe at www.crosswire.org
Fri Sep 28 12:20:22 MST 2007


Author: scribe
Date: 2007-09-28 12:20:22 -0700 (Fri, 28 Sep 2007)
New Revision: 2093

Modified:
   trunk/include/swmodule.h
Log:
Fixed comment


Modified: trunk/include/swmodule.h
===================================================================
--- trunk/include/swmodule.h	2007-09-28 19:13:09 UTC (rev 2092)
+++ trunk/include/swmodule.h	2007-09-28 19:20:22 UTC (rev 2093)
@@ -456,11 +456,9 @@
 		return *this;
 	}
 
-	/** Adds a RenderFilter to this module's renderFilters queue.
-	 *	Render Filters are called when the module is asked to produce
-	 *	renderable text.
-	 * @param newFilter the filter to add
-	 * @return *this
+	/** Retrieves a container of render filters associated with this
+	 *	module.
+	 * @return container of render filters
 	 */
 	virtual const FilterList &getRenderFilters() const {
 		return *renderFilters;




More information about the sword-cvs mailing list