We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f8c99 commit bd91b89Copy full SHA for bd91b89
1 file changed
gendocs.sh
@@ -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
+
4
# find all files for which we want go generate documentation (demo in app and library in src)
5
# xargs appends that for us to the stack command
6
find app src -name "*.hs" | xargs stack exec -- haddock --package-name=ftr --html --quickjump --hoogle --hyperlinked-source --odir=docs
0 commit comments