From 51af28fc7c641d056f016d201d186345f47e67db Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 24 Nov 2020 11:25:41 +0100 Subject: [PATCH] doc: remove any referencess to context-less API Context-less API has been removed. Remove any leftover bits from the documentation. Signed-off-by: Bartosz Golaszewski --- include/gpiod.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/gpiod.h b/include/gpiod.h index 5c66189..355a99a 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -26,14 +26,8 @@ extern "C" { * This is the complete documentation of the public API made available to * users of libgpiod. * - *

The public header is logically split into two high-level parts: the - * simple API and the low-level API. The former allows users to easily - * interact with the GPIOs in the system without dealing with the low-level - * data structures and resource control. The latter gives the user much more - * fine-grained control over the GPIO interface. - * - *

The low-level API is further logically split into several parts such - * as: GPIO chip & line operators, iterators, GPIO events handling etc. + *

The API is logically split into several parts such as: GPIO chip & line + * operators, iterators, GPIO events handling etc. * *

General note on error handling: all routines exported by libgpiod set * errno to one of the error values defined in errno.h upon failure. The way -- 2.30.2