Use this tag with questions about DocC, Apple's documentation compiler.
Questions tagged [docc]
33 questions
0
votes
2 answers
Adding swift-docc-plugin to my project makes Swift 5.5 builds fail
I have a project that I recently added swift-docc-plugin to, so that I can export the DocC documentation as a static website.
// swift-tools-version:5.5
import PackageDescription
let package = Package(
name: "Saga",
platforms: [
…

Kevin Renskers
- 5,156
- 4
- 47
- 95
0
votes
1 answer
Mixed Language documentation generation in Xcode Framework
I have created a sample objective c framework in Xcode where I also created a swift file. This is the navigation controller showing one swift file and another objective c class (NewFramework).
When I try to build documentation for the framework, I…

Nieb_Hasan_077
- 61
- 7
0
votes
2 answers
Running Apple DocC as a Apple Help Book file
With the introduction of DocC for generating documentation from source code, is it possible to take the output of DocC and use it as the source of truth for an Apple Help Book (for use inside of a macOS App)?
DocC Introduction:…

Chris
- 2,739
- 4
- 29
- 57