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 --- tests/gtest_dlt_user.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gtest_dlt_user.cpp') diff --git a/tests/gtest_dlt_user.cpp b/tests/gtest_dlt_user.cpp index 7c36178..a910f01 100644 --- a/tests/gtest_dlt_user.cpp +++ b/tests/gtest_dlt_user.cpp @@ -79,7 +79,7 @@ extern "C" { */ /* - * int dlt_register_app(const char *appid, const char * description); + * int dlt_register_app(const char *apid, const char * description); * int dlt_unregister_app(void); * int dlt_register_context(DltContext *handle, const char *contextid, const char * description); * int dlt_register_context_ll_ts(DltContext *handle, const char *contextid, const char * description, int loglevel, int tracestatus); -- cgit v1.2.1