From ac26a23d2636b561f0b22230880be227938d8f6f Mon Sep 17 00:00:00 2001 From: Tilman Blumhagen Date: Fri, 19 May 2023 15:40:51 +0200 Subject: [PATCH] html: Minor update about C++ It should need no explicit explanation that the C API can be used by C++ programs. Instead mention that now a C++ API is part of the library. Signed-off-by: Tilman Blumhagen --- doc/index.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.html.in b/doc/index.html.in index eb0358861..bb1142771 100644 --- a/doc/index.html.in +++ b/doc/index.html.in @@ -275,8 +275,8 @@

Once you have secured your access to the library and its header, please check the libIIO API or the libIIO examples.

Where is (insert my favourite language) support?

-

The mainline library is written in C, can be used in C++, and has built in - bindings for Python and C# (C-Sharp). The mainline library is written in C, and has built in + bindings for C++, Python and C# (C-Sharp). Node.js and Rust are maintained outside the main repo. If you are interested in creating more language