mislav / hanna

More than just a new RDoc template
MIT License
234 stars 40 forks source link

specify if classes are modules #15

Open rdp opened 14 years ago

rdp commented 14 years ago

currently in Hanna's class list it doesn't differentiate classes from modules.

That actually works ok, but it would be nice for modules to say ModuleName (module) or what not. Maybe better? Thanks! -r

mislav commented 14 years ago

I din't think distinction is that necessary. Classes are Modules, anyway. To me it matters what a Class/Module does, not what type is it. And to find out if something is a mixin, you have to read the docs anyway because most modules aren't mixins.