From: Andre Noll Date: Tue, 13 Jun 2017 19:48:18 +0000 (+0200) Subject: filter: Remove duplicate documentation of filter_get(). X-Git-Tag: v0.6.1~52^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b27bb1820385959d624e8e19780cd9baa1e29578 filter: Remove duplicate documentation of filter_get(). 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. --- diff --git a/filter.h b/filter.h index 75ab48b7..ab98c244 100644 --- 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);