<p>Vadim Yanitskiy has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13407">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/msgb.c: fix Doxygen documentation for msgb_printf()<br><br>This change fixes the following Doxygen warnings:<br><br>  src/msgb.c:479: warning: argument 'msg' of command @param is not<br>                  found in the argument list of<br>                  msgb_printf(struct msgb *msgb, const char *format,...)<br>  core/msgb.h:708: warning: The following parameters of<br>                   msgb_printf(struct msgb *msgb, const char *format,...)<br>                   are not documented:<br>                     parameter 'msgb'<br>                     parameter 'format'<br><br>As a bonus, it dot-terminates all sentences.<br><br>Change-Id: Ib708664336eef06f748d408ae02a13c754b6647a<br>---<br>M src/msgb.c<br>1 file changed, 3 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/07/13407/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/msgb.c b/src/msgb.c</span><br><span>index 3902f6e..ce7654a 100644</span><br><span>--- a/src/msgb.c</span><br><span>+++ b/src/msgb.c</span><br><span>@@ -476,8 +476,9 @@</span><br><span> </span><br><span> </span><br><span> /*! Print a string to the end of message buffer.</span><br><span style="color: hsl(0, 100%, 40%);">- * \param[in] msg message buffer</span><br><span style="color: hsl(0, 100%, 40%);">- * \returns 0 on success, -EINVAL on error</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param[in] msgb message buffer.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \param[in] format format string.</span><br><span style="color: hsl(120, 100%, 40%);">+ * \returns 0 on success, -EINVAL on error.</span><br><span>  *</span><br><span>  * The resulting string is printed to the msgb without a trailing nul</span><br><span>  * character. A nul following the data tail may be written as an implementation</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13407">change 13407</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/13407"/><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: Ib708664336eef06f748d408ae02a13c754b6647a </div>
<div style="display:none"> Gerrit-Change-Number: 13407 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vadim Yanitskiy <axilirator@gmail.com> </div>