From cf7af3a0bc30353be2372f560c7abaf5b7fc1050 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Fri, 11 Sep 2020 10:14:58 -0300 Subject: [PATCH] doc: update reference to use :c:macro This symbol is a macro, so fix the old :cpp:func usage to :c:macro. Signed-off-by: Fabio Utzig --- include/fs/littlefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fs/littlefs.h b/include/fs/littlefs.h index 91e52e1cbc6..131534f64f7 100644 --- a/include/fs/littlefs.h +++ b/include/fs/littlefs.h @@ -49,7 +49,7 @@ struct fs_littlefs { * object. * * To define an instance for the Kconfig defaults, use - * :cpp:func:`FS_LITTLEFS_DECLARE_DEFAULT_CONFIG`. + * :c:macro:`FS_LITTLEFS_DECLARE_DEFAULT_CONFIG`. * * To completely control file system configuration the application can * directly define and initialize a :c:type:`struct fs_littlefs`