[MERGED] libosmocore[master]: doc: fix doxygen 'utils' group closing brace

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Wed Jan 18 01:50:40 UTC 2017


Neels Hofmeyr has submitted this change and it was merged.

Change subject: doc: fix doxygen 'utils' group closing brace
......................................................................


doc: fix doxygen 'utils' group closing brace

osmo_strlcpy() was excluded from the group because the closing brace was above
it.

Change-Id: I6701261f5854342ac4cd4f2da62e49eb40362938
---
M src/utils.c
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/utils.c b/src/utils.c
index df806df..34b2bca 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -338,7 +338,6 @@
 	osmo_store64be_ext(value, buf, data_len);
 	return buf;
 }
-/*! @} */
 
 /*! \brief Copy a C-string into a sized buffer
  *  \param[in] src source string
@@ -361,3 +360,5 @@
 	}
 	return ret;
 }
+
+/*! @} */

-- 
To view, visit https://gerrit.osmocom.org/1597
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6701261f5854342ac4cd4f2da62e49eb40362938
Gerrit-PatchSet: 3
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list