]> git.sesse.net Git - mlt/commitdiff
mlt_properties.c: fix some documentation
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 20 Dec 2008 06:18:54 +0000 (06:18 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sat, 20 Dec 2008 06:18:54 +0000 (06:18 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1277 d19143bc-622f-0410-bfdd-b5b2a6649095

src/framework/mlt_properties.c

index 9714a2fcbc9e8403e8a6870d0ddfe21f98ce33d6..cf9e522c4c0a34702ccc67cf6b606788e7af25bd 100644 (file)
@@ -285,8 +285,8 @@ void mlt_properties_mirror( mlt_properties this, mlt_properties that )
 /** Copy all serializable properties to another properties list.
  *
  * \public \memberof mlt_properties_s
- * \param this The properties to copy from
- * \param that The properties to copy to
+ * \param this The properties to copy to
+ * \param that The properties to copy from
  * \return false
  */
 
@@ -309,8 +309,8 @@ int mlt_properties_inherit( mlt_properties this, mlt_properties that )
 /** Pass all serializable properties that match a prefix to another properties object
  *
  * \public \memberof mlt_properties_s
- * \param this the properties to copy from
- * \param that The properties to copy to
+ * \param this the properties to copy to
+ * \param that The properties to copy from
  * \param prefix the property names to match (required)
  * \return false
  */
@@ -423,8 +423,8 @@ static mlt_property mlt_properties_fetch( mlt_properties this, const char *name
  *
  * \public \memberof mlt_properties_s
  * \author Zach <zachary.drew@gmail.com>
- * \param this the properties to copy from
- * \param that the properties to copy to
+ * \param this the properties to copy to
+ * \param that the properties to copy from
  * \param name the name of the property to copy
  */
 
@@ -443,8 +443,8 @@ void mlt_properties_pass_property( mlt_properties this, mlt_properties that, con
  * White space is also a delimiter.
  * \public \memberof mlt_properties_s
  * \author Zach <zachary.drew@gmail.com>
- * \param this the properties to copy from
- * \param that the properties to copy to
+ * \param this the properties to copy to
+ * \param that the properties to copy from
  * \param list a delimited list of property names
  * \return false
  */