From dfc95fb6ebcda1f55de61f0b6034ea5a43ae7c1f Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 19 Apr 2018 00:00:23 +0200 Subject: [PATCH] doc fixes --- ostd/path.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ostd/path.hh b/ostd/path.hh index 6271bcd..c9fa022 100644 --- a/ostd/path.hh +++ b/ostd/path.hh @@ -345,7 +345,7 @@ struct path { return false; } - /* @brief Gets the root of the path. + /** @brief Gets the root of the path. * * On POSIX, absolute paths have a root. On Windows, both relative * and absolute paths may have a root. @@ -681,7 +681,7 @@ struct path { return *this; } - /* @brief Replaces all suffixes with a new one. + /** @brief Replaces all suffixes with a new one. * * If there is no suffix, it's not an error, the suffix is simply * added. For example, `foo.tar.gz` with `.zip` becomees `foo.zip`,