Codebase list lua-ldoc / 123099c
if we find a shared master module, close its section before using it. Appears to fix issue #56 steve donovan 10 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
219219 if mod then
220220 print('found master module',mf)
221221 this_mod = mod
222 if this_mod.section then
223 print '***closing section from master module***'
224 this_mod.section = nil
225 end
222226 submodule = true
223227 end
224228 end