I've created a Collaboration Diagram by adding the argument "GENERATE_HTML = YES". Also important to note that my code contains doxygen groups. The diagram I received is attached here.
The diagram describes the relations between the doxygen groups I created. It contains a purple dashed line without an arrow, this option does not exist in the doxygen documentation, the most similar option is a purple dashed line with an arrow, which is according to doxygen documentation:
A purple dashed arrow indicated a "usage" relation, the edge of the arrow is labeled with the variable(s) responsible for the relation. Class A uses class B, if class A has a member variable m of type C, where B is a subtype of C (e.g. C could be B, B, T).
So the question is - what does it mean when there's no arrow in the purple dashed line? Is it the same but without a usage direction?
I've created a Collaboration Diagram by adding the argument "GENERATE_HTML = YES". Also important to note that my code contains doxygen groups. The diagram I received is attached here.
The diagram describes the relations between the doxygen groups I created. It contains a purple dashed line without an arrow, this option does not exist in the doxygen documentation, the most similar option is a purple dashed line with an arrow, which is according to doxygen documentation:
So the question is - what does it mean when there's no arrow in the purple dashed line? Is it the same but without a usage direction?
Last edit: Neria Adelman 2023-11-20