doc: Fix to correctly add anchor of function 83/319083/1
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 3 Feb 2025 04:57:39 +0000 (13:57 +0900)
committeryoungjae cho <y0.cho@samsung.com>
Tue, 4 Feb 2025 06:11:59 +0000 (06:11 +0000)
In case of function, anchor can be generated with function name
followed by parenthesis instead of # prefix.
 • #hal_common_get_backend -> hal_common_get_backend()
 • #hal_common_put_backend -> hal_common_put_backend()

Change-Id: I0e65df750c661c13b4472429a668a9936ace013d
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit b72d9d5053f2c5a889e955cfe8d288a60c931265)

doc/hal_common_doc.h

index 3224a3eab00873773a23296c7d0ae9dfbd8d0935..bee0c338e3a3036a4ae549fafc9badfe25b2cac7 100644 (file)
@@ -35,8 +35,8 @@
  *
  * The Common module defines common interface #hal_backend that associates platform hal module and hal backend.
  * On top of the interface #hal_backend, it provides functions for loading and unloading hal backend.
- * The #hal_common_get_backend family functions internally invoke #hal_backend.init which has been defined and
- * registered by hal backend provider, and likewise #hal_common_put_backend family function invokes #hal_backend.exit.
+ * The hal_common_get_backend() family functions internally invoke #hal_backend.init which has been defined and
+ * registered by hal backend provider, and likewise hal_common_put_backend() family function invokes #hal_backend.exit.
  *
  * The Common module provides functions to load or unload the HAL backend.
  * - hal_common_get_backend