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)
*
* 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