Skip to content

Commit 2fb4037

Browse files
Fix Doxygen comment (#1538)
Otherwise, this comment is being ignored Relates-To: OCMAM-187 Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
1 parent 1066013 commit 2fb4037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

olp-cpp-sdk-core/include/olp/core/cache/CacheSettings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ struct CORE_API CacheSettings {
121121
*/
122122
OpenOptions openOptions = OpenOptions::Default;
123123

124-
/*
124+
/**
125125
* @brief This flag sets the eviction policy for the key/value cache created
126126
* based on the disk_path_mutable path.
127127
*
@@ -170,7 +170,7 @@ struct CORE_API CacheSettings {
170170
* directory creation. When enabled, all permissions for files and directories
171171
* will be set to 0666 and 0777 respectively, which allows read, write, and
172172
* execute access to all users.
173-
*
173+
*
174174
* Note: the resulting permissions are affected by the umask.
175175
*/
176176
bool extend_permissions = false;

0 commit comments

Comments
 (0)