Fix doxygen comments style 60/321360/1
authorJan Wojtkowski <j.wojtkowski@samsung.com>
Wed, 19 Mar 2025 08:34:44 +0000 (09:34 +0100)
committerJan Wojtkowski <j.wojtkowski@samsung.com>
Wed, 19 Mar 2025 08:34:50 +0000 (09:34 +0100)
Change-Id: I0a326bc215a63848357d86b88874559d3a8c5532

include/hal-security-keys-interface-1.h

index 9f09ea4ea26581778fcc8c41f9e09b873bad994c..058c2a4b692743fcee3fbef77be8c726176798ac 100644 (file)
@@ -37,10 +37,10 @@ extern "C" {
  */
 
 typedef struct _hal_backend_security_keys_funcs {
-    /**< Initialize HAL backend context */
+    /** Initialize HAL backend context */
     int (*context_initialize)(hal_security_keys_context_s* context);
 
-    /**< Free HAL backend context */
+    /** Free HAL backend context */
     int (*context_free)(hal_security_keys_context_s* context);
 
     /** Create IV */