RE: [Doxygen-users] Class collaboration
Brought to you by:
dimitri
From: Kris T. <kri...@ic...> - 2001-09-14 10:29:16
|
Dear Petr, I agree with you. It seems impossible to do this without knowing what std::vector is. One could argue this is easy to do, but what about by own class Array. Can doxygen know it's also a container class? Too hard. > > > [...] In the class collaboration diagram that is generated, > > > I think something is not quite right. Let me give an example: > > > > > > class A { /* some methods */ }; > > > class B { std::vector<A *> vec; }; > > > > > "Is the result of a solution of the problem worth of the > complexity of the solution?" > So, I don't think anyone should try to build this in in the parser. However, it might be useful to have an extra doxygen command (one more!) to force a class to be put in the collaboration diagram. That would solve this conundrum I guess. All the best, Kris Thielemans Imaging Research Solutions Ltd Cyclotron Building Hammersmith Hospital Du Cane Road London W12 ONN, United Kingdom web site address: http://www.irsl.org/~kris |