docs: we don't need to document private members in opaque structs
authorStefan Kost <ensonic@users.sf.net>
Thu, 28 Apr 2011 12:05:28 +0000 (15:05 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 3 May 2011 10:03:20 +0000 (13:03 +0300)
gst/gstbufferlist.c
gst/gstsystemclock.h

index e59c56f..721c4c3 100644 (file)
@@ -132,7 +132,6 @@ static gconstpointer STOLEN = "";
 
 /**
  * GstBufferList:
- * @mini_object: the parent structure
  *
  * Opaque list of grouped buffers.
  *
index 4c7e8b9..4f372de 100644 (file)
@@ -57,7 +57,6 @@ typedef enum {
 
 /**
  * GstSystemClock:
- * @clock: The parent clock
  *
  * The default implementation of a #GstClock that uses the system time.
  */