You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Hi Mattt, this looks absolutely fantastic and I would really like to start using swift-doc in my projects. I downloaded the latest swift-doc version from master (85b5872) and tried running it against Nuke's master.
swift doc generate ~/Develop/Nuke/Sources/ --output Documentation --format html --module-name Nuke
My command line tools are set to Xcode 11.4.
It seems it got a bit confused. I think it might be because of some of the "namespaces" and typealiases.
The actual types are named ImageProcessors.GaussianBlur, etc.