From b88b5c99b7b4a65d1d113d78b67ffd466c4898a2 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 14 Jul 2017 12:58:47 +0200 Subject: [PATCH] gpiod.h: extend the introduction to the simple API Add more info on the simple API functions. Signed-off-by: Bartosz Golaszewski --- include/gpiod.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/gpiod.h b/include/gpiod.h index 5bbd874..725551b 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -57,7 +57,8 @@ struct gpiod_chip_iter; * @defgroup __high_level__ High-level API * @{ * - * Simple high-level routines for straightforward GPIO manipulation. + * Simple high-level routines for straightforward GPIO manipulation without + * the need to use the gpiod_* structures or to keep track of resources. */ /** -- 2.30.2