From f4aa0157048c945bc8d54e87946909dd496c85cb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 11 Jan 2015 13:46:38 +0100 Subject: doc: move comments from generated source files to headers Unfortunately, Doxygen stopped interpreting the .c.in files as C source files a while ago. Move the comments to the header files to avoid the Doxygen warnings. --- src/method.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/method.h') diff --git a/src/method.h b/src/method.h index de1fb58..b003fa0 100644 --- a/src/method.h +++ b/src/method.h @@ -81,6 +81,7 @@ struct fastd_method_provider { }; +/** Searches for a provider providing a method and instanciates it */ bool fastd_method_create_by_name(const char *name, const fastd_method_provider_t **provider, fastd_method_t **method); -- cgit v1.2.3