]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
filter: Remove duplicate documentation of filter_get().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Jun 2017 19:48:18 +0000 (21:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Jun 2017 18:11:09 +0000 (20:11 +0200)
This public function is documented both in filter.h and in
filter_common.c. Get rid of the comment in the header file as this
is incomplete and causes a doxygen warning.

filter.h

index 75ab48b7b90a286aa63cefca0f92160ca97df424..ab98c2442b9d13ae5158716fc2fe7f24904685e6 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -143,6 +143,5 @@ static inline void write_int16_host_endian(char *buf, int val)
 #endif
 }
 
-/** Make a filter pointer from the filter number. */
 const struct filter *filter_get(int filter_num);
 const char *filter_name(int filter_num);