diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-04-14 22:32:21 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-04-14 22:33:25 +0300 |
commit | dafde2ed6624c93330f7a70e4c8d70d0793ac4cc (patch) | |
tree | e06eb418f3b16220790ef4b282560a6bd3dbad0f /gst | |
parent | 8dd2b4b591b7650cfabad2ffc79af7f20d673012 (diff) |
docs: use real <note> tags as they look nice in new gtk-doc
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gstclock.h | 8 | ||||
-rw-r--r-- | gst/gstparamspecs.c | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gst/gstclock.h b/gst/gstclock.h index 2092000cb..4ce1bcd60 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -167,11 +167,11 @@ typedef gpointer GstClockID; * @t: The #GstClockTime to convert * @tv: The target timeval * - * Note: on 32-bit systems, a timeval has a range of only 2^32 - 1 seconds, - * which is about 68 years. Expect trouble if you want to schedule stuff - * in your pipeline for 2038. - * * Convert a #GstClockTime to a #GTimeVal + * + * <note>on 32-bit systems, a timeval has a range of only 2^32 - 1 seconds, + * which is about 68 years. Expect trouble if you want to schedule stuff + * in your pipeline for 2038.</note> */ #define GST_TIME_TO_TIMEVAL(t,tv) \ G_STMT_START { \ diff --git a/gst/gstparamspecs.c b/gst/gstparamspecs.c index eccfca2b2..ec5365f08 100644 --- a/gst/gstparamspecs.c +++ b/gst/gstparamspecs.c @@ -216,10 +216,10 @@ gst_param_spec_fraction (const gchar * name, const gchar * nick, * avoid races, this function should be called with the object lock * of @element held. * - * Note: By the time this method returns, the state of the element might have + * <note>By the time this method returns, the state of the element might have * changed already. Use this method only if you can control the state of the * element between calling this method and setting the property, such as with a - * mutex. + * mutex.</note> * * Returns: TRUE if the property may be modified * |