Change in osmo-mgw[master]: cosmetic: fix doxygen

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

dexter gerrit-no-reply at lists.osmocom.org
Thu Jun 18 10:35:05 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-mgw/+/18895 )


Change subject: cosmetic: fix doxygen
......................................................................

cosmetic: fix doxygen

Change-Id: Icd757befce68fd12aa0832b7790ca118103a102c
---
M src/libosmo-mgcp/mgcp_trunk.c
1 file changed, 13 insertions(+), 13 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/95/18895/1

diff --git a/src/libosmo-mgcp/mgcp_trunk.c b/src/libosmo-mgcp/mgcp_trunk.c
index 96c5318..024db03 100644
--- a/src/libosmo-mgcp/mgcp_trunk.c
+++ b/src/libosmo-mgcp/mgcp_trunk.c
@@ -25,12 +25,12 @@
 #include <osmocom/mgcp/mgcp_endp.h>
 #include <osmocom/mgcp/mgcp_trunk.h>
 
-/*! allocate trunk and add it (if required) to the trunk list
- *  (called once at startup by VTY)
- *  \param[in] cfg mgcp configuration
- *  \param[in] nr trunk number
- *  \param[in] ttype trunk type
- *  \returns pointer to allocated trunk, NULL on failure */
+/*! allocate trunk and add it (if required) to the trunk list.
+ *  (called once at startup by VTY).
+ *  \param[in] cfg mgcp configuration.
+ *  \param[in] nr trunk number.
+ *  \param[in] ttype trunk type.
+ *  \returns pointer to allocated trunk, NULL on failure. */
 struct mgcp_trunk *mgcp_trunk_alloc(struct mgcp_config *cfg, enum mgcp_trunk_type ttype, int nr)
 {
 	struct mgcp_trunk *trunk;
@@ -63,10 +63,10 @@
 	return trunk;
 }
 
-/*! allocate endpoints and set default values.
- *  (called once at startup by VTY)
- *  \param[in] trunk trunk configuration
- *  \returns 0 on success, -1 on failure */
+/*! allocate endpoints and set default values
+ *  (called once at startup by VTY).
+ *  \param[in] trunk trunk configuration.
+ *  \returns 0 on success, -1 on failure. */
 int mgcp_trunk_alloc_endpts(struct mgcp_trunk *trunk)
 {
 	int i;
@@ -124,9 +124,9 @@
 }
 
 /*! get trunk configuration by trunk number (index).
- *  \param[in] cfg mgcp configuration
- *  \param[in] index trunk number
- *  \returns pointer to trunk configuration, NULL on error */
+ *  \param[in] cfg mgcp configuration.
+ *  \param[in] index trunk number.
+ *  \returns pointer to trunk configuration, NULL on error. */
 struct mgcp_trunk *mgcp_trunk_by_num(const struct mgcp_config *cfg, int index)
 {
 	struct mgcp_trunk *trunk;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/18895
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Icd757befce68fd12aa0832b7790ca118103a102c
Gerrit-Change-Number: 18895
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200618/4452bf48/attachment.htm>


More information about the gerrit-log mailing list