aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/winapi/path.hpp')
-rw-r--r--include/winapi/path.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/winapi/path.hpp b/include/winapi/path.hpp
index f2b0aa9..26d89ce 100644
--- a/include/winapi/path.hpp
+++ b/include/winapi/path.hpp
@@ -9,8 +9,10 @@
namespace winapi {
+/** @brief Absolute, canonical path. */
class CanonicalPath {
public:
+ /** Make an absolute, canonical path. */
static std::string canonicalize(const std::string&);
explicit CanonicalPath(const std::string&);