Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 051c696

Browse files
add comment to pool's DEFAULT_MODE constant
so it will be available in the generated docs.
1 parent 36c8855 commit 051c696

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

include/libpmemobj++/pool.hpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,14 @@ class pool_base {
448448
PMEMobjpool *pop;
449449

450450
#ifndef _WIN32
451-
/* Default create mode */
451+
/**
452+
* Default create mode
453+
*/
452454
static const int DEFAULT_MODE = S_IWUSR | S_IRUSR;
453455
#else
454-
/* Default create mode */
456+
/**
457+
* Default create mode
458+
*/
455459
static const int DEFAULT_MODE = S_IWRITE | S_IREAD;
456460
#endif
457461
};

0 commit comments

Comments
 (0)