Revision: 293
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=293&view=rev
Author: danxuliu
Date: 2011-03-09 16:38:59 +0000 (Wed, 09 Mar 2011)
Log Message:
-----------
Fix documentation.
Modified Paths:
--------------
trunk/ktutorial/ktutorial-library/src/KTutorial.h
Modified: trunk/ktutorial/ktutorial-library/src/KTutorial.h
===================================================================
--- trunk/ktutorial/ktutorial-library/src/KTutorial.h 2011-03-08 14:31:36 UTC (rev 292)
+++ trunk/ktutorial/ktutorial-library/src/KTutorial.h 2011-03-09 16:38:59 UTC (rev 293)
@@ -178,13 +178,13 @@
/**
* Returns the object with the specified name that is descendant of the
- * given parent, if any.
+ * given ancestor, if any.
* The name of the object can contain ancestor names separated by "/". The
- * first object that matches the whole path is returned (note that ancestor
+ * first object that matches the whole path is returned (note that ancestors
* are not necessarily direct parents).
*
* @param name The name of the object to find.
- * @param parent The parent to look the object in.
+ * @param ancestor The ancestor to look the object in.
* @return The object with the specified name, or null if there is none.
*/
template <typename T>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|