From 850f1863f40e252a3e402232c1dcd4732f885fba Mon Sep 17 00:00:00 2001 From: Julius Pfrommer Date: Mon, 20 Feb 2023 09:40:59 +0100 Subject: [PATCH] fix(doc): Add missing async client API to the generated docs --- doc/CMakeLists.txt | 1 + include/open62541/client.h | 1 + include/open62541/client_highlevel_async.h | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index adb288b29..986832a2c 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -39,6 +39,7 @@ generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/server.h ${DOC_SRC_DIR}/ser generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/client_subscriptions.h ${DOC_SRC_DIR}/client_subscriptions.rst) generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/client.h ${DOC_SRC_DIR}/client.rst) generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/client_highlevel.h ${DOC_SRC_DIR}/client_highlevel.rst) +generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/client_highlevel_async.h ${DOC_SRC_DIR}/client_highlevel_async.rst) generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/plugin/log.h ${DOC_SRC_DIR}/plugin_log.rst) generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/plugin/network.h ${DOC_SRC_DIR}/plugin_network.rst) generate_rst(${PROJECT_SOURCE_DIR}/include/open62541/plugin/accesscontrol.h ${DOC_SRC_DIR}/plugin_accesscontrol.rst) diff --git a/include/open62541/client.h b/include/open62541/client.h index 14005b1e8..0f23427bb 100644 --- a/include/open62541/client.h +++ b/include/open62541/client.h @@ -737,6 +737,7 @@ UA_Client_findDataType(UA_Client *client, const UA_NodeId *typeId); * .. toctree:: * * client_highlevel + * client_highlevel_async * client_subscriptions */ _UA_END_DECLS diff --git a/include/open62541/client_highlevel_async.h b/include/open62541/client_highlevel_async.h index c39cea7bc..e312ba970 100644 --- a/include/open62541/client_highlevel_async.h +++ b/include/open62541/client_highlevel_async.h @@ -307,7 +307,7 @@ UA_Client_readUserExecutableAttribute_async(UA_Client *client, const UA_NodeId n /** * Write Attribute - * ^^^^^^^^^^^^^^ */ + * ^^^^^^^^^^^^^^^ */ UA_StatusCode UA_EXPORT __UA_Client_writeAttribute_async(UA_Client *client, const UA_NodeId *nodeId,