Skip to content

Commit bd91b89

Browse files
committed
documentation for gendocs.sh
1 parent 13f8c99 commit bd91b89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gendocs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This shell scripts generates the documentation website for this library.
2+
# It runs haddock (the haskell documentation generation tool) on all relevant files.
3+
14
# find all files for which we want go generate documentation (demo in app and library in src)
25
# xargs appends that for us to the stack command
36
find app src -name "*.hs" | xargs stack exec -- haddock --package-name=ftr --html --quickjump --hoogle --hyperlinked-source --odir=docs

0 commit comments

Comments
 (0)