From 2d2e2cca0dc1d62addc9c9fcb3a59f343fc3baf6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 25 Apr 2016 12:11:20 +0200 Subject: Update doxygen annotations in libosmocore This adds and improves doxygen API descriptions all over libosmocore, reducing the 'white spots' that don't have any documentation. --- src/prim.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/prim.c') diff --git a/src/prim.c b/src/prim.c index c2e71986..3f41c416 100644 --- a/src/prim.c +++ b/src/prim.c @@ -1,6 +1,8 @@ #include #include +/*! \brief human-readable string mapping for + * \ref osmo_prim_operation */ const struct value_string osmo_prim_op_names[5] = { { PRIM_OP_REQUEST, "request" }, { PRIM_OP_RESPONSE, "response" }, -- cgit v1.2.3