<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13411">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Doxygen: fix documentation of osmo_timer_setup()<br><br>This change fixes the following Doxygen warnings:<br><br>  timer.c:69: warning: argument 'callback' of command @param is not<br>              found in the argument list of<br>              osmo_timer_setup(struct osmo_timer_list *timer,<br>                               void(*cb)(void *data), void *data)<br>  timer.c:69: warning: argument 'pointer' of command @param is not<br>              found in the argument list of<br>              osmo_timer_setup(struct osmo_timer_list *timer,<br>                               void(*cb)(void *data), void *data)<br>  core/timer.h:70: warning: The following parameters of<br>                   osmo_timer_setup(struct osmo_timer_list *timer,<br>                   void(*cb)(void *data), void *data)<br>                   are not documented:<br>                     parameter 'cb'<br>                     parameter 'data'<br><br>Change-Id: If5668f40a7bfde2f4f22329a071c8c6eff23b99e<br>---<br>M src/timer.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/11/13411/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/timer.c b/src/timer.c</span><br><span>index 02160a1..0b2e3dd 100644</span><br><span>--- a/src/timer.c</span><br><span>+++ b/src/timer.c</span><br><span>@@ -68,8 +68,8 @@</span><br><span> </span><br><span> /*! set up timer callback and data</span><br><span>  *  \param[in] timer the timer that should be added</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] callback function to be called when timer expires</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] pointer to data that passed to the callback function</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] cb function to be called when timer expires</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] data pointer to data that passed to the callback function</span><br><span>  */</span><br><span> void osmo_timer_setup(struct osmo_timer_list *timer, void (*cb)(void *data),</span><br><span>                 void *data)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13411">change 13411</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13411"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: If5668f40a7bfde2f4f22329a071c8c6eff23b99e </div>
<div style="display:none"> Gerrit-Change-Number: 13411 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>