#!/usr/bin/env tclsh
# $Id$
#!/usr/bin/env tclsh
# $Id$
-set DOCGEN_VERSION "1.03"
+set DOCGEN_VERSION "1.03A"
set INPUT "docgen.conf"
set dowhat ""
set language "en"
set INPUT "docgen.conf"
set dowhat ""
set language "en"
+ if { "$islist" == "1" } {
+ set result(body) "$result(body)</ul>"
+ }
if { $has_h2 == 1 } {
set result(body) "$result(body)\n</div>"
}
if { $has_h2 == 1 } {
set result(body) "$result(body)\n</div>"
}