[PATCH] 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
Fri Jan 13 13:41:27 UTC 2017


Review at  https://gerrit.osmocom.org/1597

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(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/97/1597/1

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: newchange
Gerrit-Change-Id: I6701261f5854342ac4cd4f2da62e49eb40362938
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list