From 81c32bc56e7a3ca50763ce9966a9d94849cb0f3b Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 28 Apr 2011 15:05:28 +0300 Subject: [PATCH] docs: we don't need to document private members in opaque structs --- gst/gstbufferlist.c | 1 - gst/gstsystemclock.h | 1 - 2 files changed, 2 deletions(-) diff --git a/gst/gstbufferlist.c b/gst/gstbufferlist.c index e59c56f..721c4c3 100644 --- a/gst/gstbufferlist.c +++ b/gst/gstbufferlist.c @@ -132,7 +132,6 @@ static gconstpointer STOLEN = ""; /** * GstBufferList: - * @mini_object: the parent structure * * Opaque list of grouped buffers. * diff --git a/gst/gstsystemclock.h b/gst/gstsystemclock.h index 4c7e8b9..4f372de 100644 --- a/gst/gstsystemclock.h +++ b/gst/gstsystemclock.h @@ -57,7 +57,6 @@ typedef enum { /** * GstSystemClock: - * @clock: The parent clock * * The default implementation of a #GstClock that uses the system time. */ -- 2.7.4