aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/path.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-10 12:39:04 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-10 12:48:59 +0500
commit4a13df61b92b8bf673f8a71d5fa0abf0356a4899 (patch)
tree071a3830ce0f2309e40a4bb16b7dd42018bd852f /include/winapi/path.hpp
parentMakefile: remove stupid header, etc. (diff)
downloadwinapi-common-4a13df61b92b8bf673f8a71d5fa0abf0356a4899.tar.gz
winapi-common-4a13df61b92b8bf673f8a71d5fa0abf0356a4899.zip
add Doxygen docs
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&);