From 9cf73bdd8f18505269fa4b6d1d80127945e735b1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 Jan 2009 17:46:06 +0200 Subject: Update and add documentation for plugins with deps (ext). Link to properties. Correct titles for examples. Document a few trivial cases. Keep lists in section file and docs/plugins/Makefile.am alphabetically ordered. Fix warnings that gtk-doc points out. --- ext/hal/hal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/hal/hal.c') diff --git a/ext/hal/hal.c b/ext/hal/hal.c index d23a91a6..b0e1d823 100644 --- a/ext/hal/hal.c +++ b/ext/hal/hal.c @@ -40,7 +40,7 @@ GST_DEBUG_CATEGORY_EXTERN (hal_debug); #define LIBHAL_FREE_DBUS_ERROR(e) dbus_error_free (e) #endif -/** +/* * gst_hal_get_alsa_element: * @ctx: a #LibHalContext which should be used for querying HAL. * @udi: a #gchar corresponding to the UDI you want to get. @@ -130,7 +130,7 @@ gst_hal_get_alsa_element (LibHalContext * ctx, const gchar * udi, return string; } -/** +/* * gst_hal_get_oss_element: * @ctx: a #LibHalContext which should be used for querying HAL. * @udi: a #gchar corresponding to the UDI you want to get. @@ -203,7 +203,7 @@ gst_hal_get_oss_element (LibHalContext * ctx, const gchar * udi, return string; } -/** +/* * gst_hal_get_string: * @udi: a #gchar corresponding to the UDI you want to get. * @device_type: a #GstHalDeviceType specifying the wanted device type. -- cgit