fix
This commit is contained in:
parent
38c5eb58b8
commit
80e7c644ba
1 changed files with 5 additions and 4 deletions
|
@ -203,11 +203,12 @@ function parse(string) {
|
|||
|
||||
# other
|
||||
} else {
|
||||
if (module == target) {
|
||||
doc_output(target, "module")
|
||||
} else {
|
||||
doc_reset()
|
||||
if (target) {
|
||||
if (module == target) {
|
||||
doc_output(target, "module")
|
||||
}
|
||||
}
|
||||
doc_reset()
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue