Skip to content

Commit

Permalink
HOTFIX IC-2021-01-12, Fix osal and usersguide doxygen warning
Browse files Browse the repository at this point in the history
Added Doxygen escape character "\" to "<>" symbols in comments
  • Loading branch information
astrogeco committed Jan 13, 2021
1 parent b30e58d commit f9dd6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os/inc/osapi-filesys.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<virt_mount_point>/<relative_path>/<file>.
* Only the relative path may be omitted/empty (i.e. /<virt_mount_point>/<file>) but the
* name. Virtual path names always follow the form /\<virt_mount_point\>/\<relative_path\>/\<file\>.
* Only the relative path may be omitted/empty (i.e. /\<virt_mount_point\>/\<file\>) 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:
Expand Down

0 comments on commit f9dd6b3

Please sign in to comment.