Minor formatting fix to make long text descriptions of params wrap under
the text, not under the param name.
Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
/**
* @brief Set values of all lines held by this object.
* @param values Vector of values to set. Must be the same size as the
- * number of lines held by this line_bulk.
+ * number of lines held by this line_bulk.
*/
GPIOD_API void set_values(const ::std::vector<int>& values) const;
/**
* @brief Poll the set of lines for line events.
* @param timeout Number of nanoseconds to wait before returning an
- * empty line_bulk.
+ * empty line_bulk.
* @return Returns a line_bulk object containing lines on which events
* occurred.
*/