I'm trying to install and use the following auto-generating documentation tool for my Swift project:
https://github.com/SwiftDocOrg/swift-doc
It is installed correctly however when I try to generate I get the following message:
No public API symbols were found at the specified path. No output was written.
The path to my project is as follows:
Desktop/Development/GitClones/MyProjectFolder/
So I have tried this:
swift doc generate /Desktop/Development/GitClones/MyProjectFolder --module-name MyProject
The module name I am getting from build settings.
Not entirely sure the is the right forum but I'm not getting any reply from the developer and wondered if somebody here may have tried using this tool.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…