This commit is contained in:
Marc Beninca 2025-08-03 00:44:49 +02:00
parent 38c5eb58b8
commit 80e7c644ba
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -203,11 +203,12 @@ function parse(string) {
# other # other
} else { } else {
if (module == target) { if (target) {
doc_output(target, "module") if (module == target) {
} else { doc_output(target, "module")
doc_reset() }
} }
doc_reset()
} }