doc: add param documentation

parent 98eceb63
......@@ -9,6 +9,7 @@
/** @file libfsi.c - implementation of ancillary functions in libfsi */
/**
* @brief set up a single channel configuration
* @param[in] h - opaque lib handle/context
* @param[in] cfg - a fsi_channel_config instance
*/
int fsi_channel_configure(FSI *h, struct fsi_channel_config *cfg)
......@@ -18,6 +19,7 @@ int fsi_channel_configure(FSI *h, struct fsi_channel_config *cfg)
/**
* @brief recover the result of measurement processing
* @param[in] h - opaque lib handle/context
* @param[out] meas - array of measurements
* @param[out] nchannels - number of valid entries returned in meas
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment