From 1964b728ca05c996d713d2b47b3710c19b0019ab Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 8 Apr 2024 11:20:30 +0200 Subject: [PATCH] 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 --- bindings/cxx/gpiodcxx/line-request.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2