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
|
||||
if (match(string, RE_MODULE)) {
|
||||
current_match = "module"
|
||||
line = 0
|
||||
module = strip_first(string, "#\\.")
|
||||
doc_reset()
|
||||
shebang = ""
|
||||
|
@ -308,6 +309,7 @@ if (action == "doc") {
|
|||
}
|
||||
|
||||
# ← main
|
||||
line++
|
||||
}
|
||||
|
||||
# → end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue