From: Bartosz Golaszewski Date: Mon, 8 Apr 2024 09:20:30 +0000 (+0200) Subject: bindings: cxx: fix doxygen description of line_request::release() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1964b728ca05c996d713d2b47b3710c19b0019ab;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: fix doxygen description of line_request::release() Seems like the description was copy-pasted from chip::close(). Fix it. Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/gpiodcxx/line-request.hpp b/bindings/cxx/gpiodcxx/line-request.hpp index 0a47a76..dfe3e0f 100644 --- a/bindings/cxx/gpiodcxx/line-request.hpp +++ b/bindings/cxx/gpiodcxx/line-request.hpp @@ -68,7 +68,7 @@ public: explicit operator bool() const noexcept; /** - * @brief Release the GPIO chip and free all associated resources. + * @brief Release the requested lines and free all associated resources. * @note The object can still be used after this method is called but * using any of the mutators will result in throwing * a logic_error exception.