From: ddennedy Date: Tue, 10 Feb 2009 05:39:42 +0000 (+0000) Subject: mlt_property.c: update a doxygen comment to label param as out X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=461a447d3b38516f101a346dcb5e8ad0cb8a6927;p=mlt mlt_property.c: update a doxygen comment to label param as out git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1341 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/framework/mlt_property.c b/src/framework/mlt_property.c index 2e3e1cbc..b657bf82 100644 --- a/src/framework/mlt_property.c +++ b/src/framework/mlt_property.c @@ -428,7 +428,7 @@ char *mlt_property_get_string( mlt_property this ) * destructor function. * \public \memberof mlt_property_s * \param this a property - * \param[out] length the size of the binary object in bytes + * \param[out] length the size of the binary object in bytes (optional) * \return an opaque data pointer or NULL if not available */