From: Youngjae Cho Date: Mon, 3 Feb 2025 04:57:39 +0000 (+0900) Subject: doc: Fix to correctly add anchor of function X-Git-Tag: accepted/tizen/9.0/unified/20250206.165033~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f44ab8f34c7185f2d81cb71662568fb3341d160d;p=platform%2Fhal%2Fapi%2Fcommon.git doc: Fix to correctly add anchor of function 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 (cherry picked from commit b72d9d5053f2c5a889e955cfe8d288a60c931265) --- diff --git a/doc/hal_common_doc.h b/doc/hal_common_doc.h index 3224a3e..bee0c33 100644 --- a/doc/hal_common_doc.h +++ b/doc/hal_common_doc.h @@ -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