docs: we don't need to document private members in opaque structs

This commit is contained in:
Stefan Kost 2011-04-28 15:05:28 +03:00
parent 11ac49e6c4
commit 81c32bc56e
2 changed files with 0 additions and 2 deletions

View file

@ -132,7 +132,6 @@ static gconstpointer STOLEN = "";
/** /**
* GstBufferList: * GstBufferList:
* @mini_object: the parent structure
* *
* Opaque list of grouped buffers. * Opaque list of grouped buffers.
* *

View file

@ -57,7 +57,6 @@ typedef enum {
/** /**
* GstSystemClock: * GstSystemClock:
* @clock: The parent clock
* *
* The default implementation of a #GstClock that uses the system time. * The default implementation of a #GstClock that uses the system time.
*/ */