Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/llfio/v2.0/handle.hpp')
-rw-r--r--include/llfio/v2.0/handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llfio/v2.0/handle.hpp b/include/llfio/v2.0/handle.hpp
index 27c7a613..b0b821b5 100644
--- a/include/llfio/v2.0/handle.hpp
+++ b/include/llfio/v2.0/handle.hpp
@@ -290,7 +290,7 @@ public:
bool is_writable() const noexcept { return _v.is_writable(); }
//! True if the handle is append only
bool is_append_only() const noexcept { return _v.is_append_only(); }
- /*! Changes whether this handle is append only or not.
+ /*! \brief EXTENSION: Changes whether this handle is append only or not.
\warning On Windows this is implemented as a bit of a hack to make it fast like on POSIX,
so make sure you open the handle for read/write originally. Note unlike on POSIX the