From f9dd6b3138f5bd1999f1bf8ad109c374975d13ce Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" <59618057+astrogeco@users.noreply.github.com> Date: Tue, 12 Jan 2021 23:00:47 -0500 Subject: [PATCH] HOTFIX IC-2021-01-12, Fix osal and usersguide doxygen warning Added Doxygen escape character "\" to "<>" symbols in comments --- src/os/inc/osapi-filesys.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/inc/osapi-filesys.h b/src/os/inc/osapi-filesys.h index 180456c32..8e37bdfb4 100644 --- a/src/os/inc/osapi-filesys.h +++ b/src/os/inc/osapi-filesys.h @@ -70,8 +70,8 @@ typedef struct * at runtime. It is intended to be called by the PSP/BSP prior to starting the application. * * @note OSAL virtual mount points are required to be a single, non-empty top-level directory - * name. Virtual path names always follow the form ///. - * Only the relative path may be omitted/empty (i.e. //) but the + * name. Virtual path names always follow the form /\/\/\. + * Only the relative path may be omitted/empty (i.e. /\/\) but the * virtual mount point must be present and not an empty string. In particular this means * it is not possible to directly refer to files in the "root" of the native file system * from OSAL. However it is possible to create a virtual map to the root, such as by calling: