diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2011-11-24 11:53:49 +0100 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2011-11-24 11:53:49 +0100 |
commit | 03d2c8906b99318b7a9ca2d967f5354cabbf69bd (patch) | |
tree | 27131e06b82ee39bc7cd65fa717a3df35498625b /src | |
parent | 9a5f3b8f787886302591641a729eefe99af08217 (diff) |
core/conv: Minor documentation improvements
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/conv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,6 +156,7 @@ osmo_conv_encode_finish(struct osmo_conv_encoder *encoder, * \param[in] code description of convolutional code to be used * \param[in] input array of unpacked bits (uncoded) * \param[out] output array of unpacked bits (encoded) + * \return Number of produced output bits * * This is an all-in-one function, taking care of * \ref osmo_conv_init, \ref osmo_conv_encode_raw and |