Files
CMake/Help/release/dev/graphviz-line-styles.rst
T
Nico Müller 5b46cc91d9 graphviz: distinguish target dependency types
- The output graph of graphviz differs now between target link types
- Updated documentation
- Fixes: #17192
2017-09-21 20:49:44 +02:00

7 lines
248 B
ReStructuredText

graphviz-line-styles
-------------------------
* The graphviz output now distinguishes between the different dependency types
``PUBLIC``, ``PRIVATE`` and ``INTERFACE`` and represents them in the output graph
as solid, dashed and dotted edges.