Skip to content

Commit 73dd326

Browse files
authored
fixes path
1 parent 1df44a4 commit 73dd326

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

htmlparser.nimble

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Package
22

33
version = "0.1.0"
4-
author = "ringabout"
4+
author = "Nim Contributors"
55
description = "Parse a HTML document in Nim."
66
license = "MIT"
77
srcDir = "src"
@@ -10,3 +10,6 @@ srcDir = "src"
1010
# Dependencies
1111

1212
requires "nim >= 1.6.0"
13+
14+
task docs, "Generate documentaion":
15+
exec "nim doc --project --docroot --outdir:htmldocs --styleCheck:hint src/htmlparser.nim"

0 commit comments

Comments
 (0)