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/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon Mar 25 18:09:53 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/10/13410/1

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: newchange
Gerrit-Change-Id: I24a80ff6cf11ce0455529515d1ecb9900f0271a8
Gerrit-Change-Number: 13410
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190325/859a871c/attachment.htm>


More information about the gerrit-log mailing list