From ae21dbc7fa0c957b4d30ac4079140c8776f17de0 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 17 Apr 2020 12:48:44 +0200 Subject: [PATCH] Improve documentation --- hpath/src/HPath.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hpath/src/HPath.hs b/hpath/src/HPath.hs index 25db614..a620aed 100644 --- a/hpath/src/HPath.hs +++ b/hpath/src/HPath.hs @@ -186,11 +186,8 @@ parseRel filepath = --- | Parses a path, whether it's relative or absolute. Will lose --- information on whether it's relative or absolute. If you need to know, --- reparse it. +-- | Parses a path, whether it's relative or absolute. -- --- Filenames must not contain slashes. -- Excludes '.' and '..'. -- -- Throws: 'PathParseException'