From: Kent Gibson Date: Sun, 1 Dec 2019 03:24:06 +0000 (+0800) Subject: bindings: cxx: fix indentation of wrapped field descriptions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8b487dbcad0acfcb1b5b6d7d6bb46ffe8d979964;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: fix indentation of wrapped field descriptions Minor formatting fix to make long text descriptions of params wrap under the text, not under the param name. Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/gpiod.hpp b/bindings/cxx/gpiod.hpp index e7d91f9..078201b 100644 --- a/bindings/cxx/gpiod.hpp +++ b/bindings/cxx/gpiod.hpp @@ -670,7 +670,7 @@ public: /** * @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& values) const; @@ -706,7 +706,7 @@ public: /** * @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. */