line
This commit is contained in:
parent
5d05a75a8d
commit
6815de4f22
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,7 @@ function parse(string) {
|
||||||
# module
|
# module
|
||||||
if (match(string, RE_MODULE)) {
|
if (match(string, RE_MODULE)) {
|
||||||
current_match = "module"
|
current_match = "module"
|
||||||
|
line = 0
|
||||||
module = strip_first(string, "#\\.")
|
module = strip_first(string, "#\\.")
|
||||||
doc_reset()
|
doc_reset()
|
||||||
shebang = ""
|
shebang = ""
|
||||||
|
@ -308,6 +309,7 @@ if (action == "doc") {
|
||||||
}
|
}
|
||||||
|
|
||||||
# ← main
|
# ← main
|
||||||
|
line++
|
||||||
}
|
}
|
||||||
|
|
||||||
# → end
|
# → end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue