summaryrefslogtreecommitdiffstats
path: root/src/methods/methods.c.in
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-11 13:46:38 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-11 13:46:38 +0100
commitf4aa0157048c945bc8d54e87946909dd496c85cb (patch)
treef4671cd70bb3406bc4fad1446b89a7e2e47a1813 /src/methods/methods.c.in
parent306667786ecabacf91b37c7e97a757561e951fe0 (diff)
downloadfastd-f4aa0157048c945bc8d54e87946909dd496c85cb.tar
fastd-f4aa0157048c945bc8d54e87946909dd496c85cb.zip
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.
Diffstat (limited to 'src/methods/methods.c.in')
-rw-r--r--src/methods/methods.c.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/methods/methods.c.in b/src/methods/methods.c.in
index 672ef70..26cae1a 100644
--- a/src/methods/methods.c.in
+++ b/src/methods/methods.c.in
@@ -40,7 +40,6 @@ static const fastd_method_provider_t *const providers[] = { @METHOD_LIST@
};
-/** 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) {
size_t i;
for (i = 0; i < array_size(providers); i++) {