I have a file which contains my class, and there is no good way to make the class independent of a module. The name of the class is Gun and it shows up as Gun.Gun and worse yet, this breaks the links. I have to set it to class gun and when I do that the fields don't show up properly. It's utterly broken, there's no "classmod" like in ldoc that'll fix this. It's really frustrating,
I have a file which contains my class, and there is no good way to make the class independent of a module. The name of the class is
Gunand it shows up asGun.Gunand worse yet, this breaks the links. I have to set it toclass gunand when I do that the fields don't show up properly. It's utterly broken, there's no "classmod" like in ldoc that'll fix this. It's really frustrating,