From 723b3d36f830dd9425a7affdc5f64a8c2dcdcd45 Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Tue, 9 Jul 2019 08:48:39 +0900 Subject: doxygen: Align variable for apid and ctid The variables used for application id and context id are aligned with "apid" and "ctid". Signed-off-by: Saya Sugiura --- include/dlt/dlt_user.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h index 7774f83..0804f7e 100644 --- a/include/dlt/dlt_user.h +++ b/include/dlt/dlt_user.h @@ -514,11 +514,11 @@ DltReturnValue dlt_check_library_version(const char *user_major_version, const c /** * Register an application in the daemon. - * @param appid four byte long character array with the application id + * @param apid four byte long character array with the application id * @param description long name of the application * @return Value from DltReturnValue enum */ -DltReturnValue dlt_register_app(const char *appid, const char *description); +DltReturnValue dlt_register_app(const char *apid, const char *description); /** * Unregister an application in the daemon. -- cgit v1.2.1