Hi,
Is it possible to configure doxygen to show vectors, maps etc in
collaboration graphs?
For instance:
I have a class called val_Element.
I have another class val_List, which has vector<val_Element> m_list as its
member.
m_list is not shown in collaboration diagram.
However, val_Element m_elem would be shown as well as
my_template_vector<val_Element>.
Do I have to include STL headers to the doxygen project?
Are there any other (simpler) solutions?
TIA,
Matej
|