Work around gtkdoc deficiencies, document a macro differently.

Original commit message from CVS:
Work around gtkdoc deficiencies, document a macro differently.
This commit is contained in:
Michael Smith 2005-10-28 17:20:45 +00:00
parent f6021bd73c
commit 55c8e8b41e

View file

@ -287,8 +287,8 @@ G_STMT_START { \
* gst_buffer_copy: * gst_buffer_copy:
* @buf: a #GstBuffer. * @buf: a #GstBuffer.
* *
* Returns a copy of the given buffer. This will also make a newly allocated * Create a copy of the given buffer. This will also make a newly allocated
* copy of the data the source buffer points at. * copy of the data the source buffer contains.
*/ */
#define gst_buffer_copy(buf) GST_BUFFER_CAST (gst_mini_object_copy (GST_MINI_OBJECT (buf))) #define gst_buffer_copy(buf) GST_BUFFER_CAST (gst_mini_object_copy (GST_MINI_OBJECT (buf)))
/** /**