Menu

#647 auto_mkindex_parser for tcloo

open
5
2013-04-23
2013-04-23
No

auto.tcl misses support for tcloo, the code below simply adds the class name:

foreach cmd {oo::class class} {
auto_mkindex_parser::command $cmd {ecmd name body} {
variable index
variable scriptFile
append index "set [list auto_index([fullname $name])]"
append index " \[list source \[file join \$dir [list $scriptFile]\]\]\n"
}
}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.