From 637fb6ccce969f89621660dd481badb29a90d661 Mon Sep 17 00:00:00 2001 From: Atri Sarkar Date: Mon, 2 Sep 2024 20:06:45 +0530 Subject: [PATCH] Fix documentation for unregister_availability_handler(#707) --- interface/vsomeip/application.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/vsomeip/application.hpp b/interface/vsomeip/application.hpp index 4451d4568..c7340ba1b 100644 --- a/interface/vsomeip/application.hpp +++ b/interface/vsomeip/application.hpp @@ -571,7 +571,6 @@ class application { * availability shall be reported. Can be set to ANY_SERVICE. * \param _instance Instance identifier of the service instance whose * availability shall be reported. Can be set to ANY_INSTANCE. - * \param _handler Callback to be called if availability changes. * \param _major Major service version. The parameter defaults to * DEFAULT_MAJOR and can be set to ANY_MAJOR. * \param _minor Minor service version. The parameter defaults to