From b27bb1820385959d624e8e19780cd9baa1e29578 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 13 Jun 2017 21:48:18 +0200 Subject: [PATCH] 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. --- filter.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2