From c761044ecb8572fb4cede10fcc64fac3db697f28 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 26 Mar 2019 00:48:30 +0700 Subject: Doxygen: fix documentation of rate_ctr_for_each_counter() Doxygen was confused by duplicated documentation for both definition and declaration of rate_ctr_for_each_counter(). Moreover, both variants contained some mistakes. Let's avoid this duplication and keep the only (corrected) one. Change-Id: Icca2d4a95bd5f96ae85a86909ec90fb8677cacf3 --- include/osmocom/core/rate_ctr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/osmocom') diff --git a/include/osmocom/core/rate_ctr.h b/include/osmocom/core/rate_ctr.h index 865467ce..f7e6e225 100644 --- a/include/osmocom/core/rate_ctr.h +++ b/include/osmocom/core/rate_ctr.h @@ -111,10 +111,6 @@ typedef int (*rate_ctr_handler_t)( typedef int (*rate_ctr_group_handler_t)(struct rate_ctr_group *, void *); -/*! Iterate over all counters - * \param[in] handle_item Call-back function, aborts if rc < 0 - * \param[in] data Private data handed through to \a handle_counter - */ int rate_ctr_for_each_counter(struct rate_ctr_group *ctrg, rate_ctr_handler_t handle_counter, void *data); -- cgit v1.2.3