summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Parse.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-28 15:27:12 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-28 15:27:12 +0100
commitd29b8cef5a13c8d351b0c8d6f88583941f404aa8 (patch)
tree0b39b35fed1f562dec34ca4e333ed0b185c2cf75 /src/Zettel/Parse.hs
parenteea7483f30bf67b59b5df0f2823b831d26936aa4 (diff)
downloadzk-visual-d29b8cef5a13c8d351b0c8d6f88583941f404aa8.tar.gz
zk-visual-d29b8cef5a13c8d351b0c8d6f88583941f404aa8.zip
Add documentation to all files
Diffstat (limited to 'src/Zettel/Parse.hs')
-rw-r--r--src/Zettel/Parse.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Zettel/Parse.hs b/src/Zettel/Parse.hs
index 943e343..3f52972 100644
--- a/src/Zettel/Parse.hs
+++ b/src/Zettel/Parse.hs
@@ -1,3 +1,11 @@
+-- |
+-- Module : Zettel.Parse
+-- Description : Parse the org-zettelkasten files and split them into Zettel
+-- Copyright : (c) 2023, Yann Herklotz
+-- License : GPL-3
+-- Maintainer : git [at] yannherklotz [dot] com
+-- Stability : experimental
+-- Portability : POSIX
module Zettel.Parse where
import Data.Default (def)