Change in libosmocore[master]: src/rate_ctr.c: drop some incorrect \ref references

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Mar 27 09:51:56 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13410 )

Change subject: src/rate_ctr.c: drop some incorrect \ref references
......................................................................

src/rate_ctr.c: drop some incorrect \ref references

  rate_ctr.c:411: warning: unable to resolve reference
                  to `handle_group' for \ref command
  rate_ctr.c:208: warning: unable to resolve reference
                  to `talloc' for \ref command

Change-Id: I24a80ff6cf11ce0455529515d1ecb9900f0271a8
---
M src/rate_ctr.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



diff --git a/src/rate_ctr.c b/src/rate_ctr.c
index 82fddc6..026670b 100644
--- a/src/rate_ctr.c
+++ b/src/rate_ctr.c
@@ -206,7 +206,7 @@
 }
 
 /*! Allocate a new group of counters according to description
- *  \param[in] ctx \ref talloc context
+ *  \param[in] ctx parent talloc context
  *  \param[in] desc Rate counter group description
  *  \param[in] idx Index of new counter group
  */
@@ -387,7 +387,7 @@
 /*! Iterate over each counter in group and call function
  *  \param[in] ctrg counter group over which to iterate
  *  \param[in] handle_counter function pointer
- *  \param[in] data Data to hand transparently to \ref handle_counter
+ *  \param[in] data Data to hand transparently to handle_counter()
  *  \returns 0 on success; negative otherwise
  */
 int rate_ctr_for_each_counter(struct rate_ctr_group *ctrg,
@@ -409,7 +409,7 @@
 
 /*! Iterate over all counter groups
  *  \param[in] handle_group function pointer of callback function
- *  \param[in] data Data to hand transparently to \ref handle_group
+ *  \param[in] data Data to hand transparently to handle_group()
  *  \returns 0 on success; negative otherwise
  */
 int rate_ctr_for_each_group(rate_ctr_group_handler_t handle_group, void *data)

-- 
To view, visit https://gerrit.osmocom.org/13410
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I24a80ff6cf11ce0455529515d1ecb9900f0271a8
Gerrit-Change-Number: 13410
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190327/e9be2569/attachment.htm>


More information about the gerrit-log mailing list