Documentation Workgroup meeting: November 7th 2022

…As a sidenote, let me add a hint to a feature of the Swift Package Manager that might not be widely known:

Get a visual presentation of the package dependencies for a package via:

  1. swift package show-dependencies --format dot >deps.gv
  2. dot -Tpng deps.gv >deps.png (dot being a command of Graphviz)

Maybe such an output could be integrated into DocC (maybe the SVG output of dot)?

1 Like