Hi guys
I'd like to group parts of the class Heirarchy page together, each group,
representing a module in my class library but I'm unsure whether you can do
this, since this would clean up the page and make it a LOT more readable,
especially since in some cases, my codebase uses directories to split
classes apart from each other, rather than class names, for example
src/OpenGL/Graphics.cpp
src/Direct3D/Graphics.cpp
two different classes, but same filename and same class name, split only by
the implementation. Hence being able to group the classes together, say
into OpenGL and Direct3D groups, would help make the page more readable.
Anyone have any suggestions?
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|