From 966c54bef570d1f42b7b4990f75391c47e20bdf2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 16:23:40 +0200 Subject: FilterConfig: eliminate duplicate API documentation --- src/FilterConfig.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/FilterConfig.cxx b/src/FilterConfig.cxx index b9f6fe20f..dec75766c 100644 --- a/src/FilterConfig.cxx +++ b/src/FilterConfig.cxx @@ -64,15 +64,6 @@ filter_plugin_config(const char *filter_template_name, Error &error) return NULL; } -/** - * Builds a filter chain from a configuration string on the form - * "name1, name2, name3, ..." by looking up each name among the - * configured filter sections. - * @param chain the chain to append filters on - * @param spec the filter chain specification - * @param error space to return an error description - * @return the number of filters which were successfully added - */ unsigned int filter_chain_parse(Filter &chain, const char *spec, Error &error) { -- cgit v1.2.3