From a5fb3a9890c40938116183942952f0151bbfe0c0 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 30 May 2013 18:30:21 +0200 Subject: Fix gtk-doc warnings --- .../metadata/gupnp-dlna-metadata-extractor.c | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/libgupnp-dlna/metadata/gupnp-dlna-metadata-extractor.c b/libgupnp-dlna/metadata/gupnp-dlna-metadata-extractor.c index 2337548..3ae248f 100644 --- a/libgupnp-dlna/metadata/gupnp-dlna-metadata-extractor.c +++ b/libgupnp-dlna/metadata/gupnp-dlna-metadata-extractor.c @@ -30,24 +30,25 @@ * get needed metadata for profile matching. This class itself does * not implement any metadata extraction features. For that it is * expected to provide a plugin which: - * 1. Provides a #GUPnPDLNAMetadataExtractor subclass implementation. - * 2. Exports a gupnp_dlna_get_default_extractor() which takes no - * parameters and returns a #GUPnPDLNAMetadataExtractor. + * - Provides a #GUPnPDLNAMetadataExtractor subclass implementation. + * - Exports a gupnp_dlna_get_default_extractor() which + * takes no parameters and returns a #GUPnPDLNAMetadataExtractor. * * #GModule is used for loading the plugin, so #GModule's features can - * be used also (like exporting g_module_check_init() to initialize - * multimedia framework used for extracting metadata). + * be used also (like exporting g_module_check_init() to + * initialize the multimedia framework used for extracting metadata). * * Default plugin directory and default plugin file is set during * configuration stage, but it can be overriden during runtime by - * setting respectively %GUPNP_DLNA_METADATA_BACKEND and - * %GUPNP_DLNA_METADATA_BACKEND_DIR environment variables before the - * plugin is loaded (i.e. before #GUPnPDLNAProfileGuesser is used for + * setting respectively GUPNP_DLNA_METADATA_BACKEND and + * GUPNP_DLNA_METADATA_BACKEND_DIR environment variables before + * the plugin is loaded (i.e. before #GUPnPDLNAProfileGuesser is used for * guessing profile). * - * The %GUPNP_DLNA_METADATA_BACKEND environment variable should hold a - * name like "gstreamer", so libgstreamer.so will be loaded. For - * determining a plugin filename g_module_build_path() is used. + * The GUPNP_DLNA_METADATA_BACKEND environment variable should + * hold a name like "gstreamer", so + * libgstreamer.so will be loaded. For determining a + * plugin filename g_module_build_path() is used. * * If subclassing #GUPnPDLNAMetadataExtractor then also * #GUPnPDLNAInformation, #GUPnPDLNAAudioInformation, -- cgit v1.2.1