forked from swiftlang/swift-syntax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.spi.yml
24 lines (23 loc) · 871 Bytes
/
.spi.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This is manifest file for the Swift Package Index for it to
# auto-generate and host DocC documentation.
# For reference see https://swiftpackageindex.com/swiftpackageindex/spimanifest/documentation/spimanifest/commonusecases#Host-DocC-documentation-in-the-Swift-Package-Index.
version: 1
builder:
configs:
- documentation_targets:
# First item in the list is the "landing" (default) target
- SwiftSyntax
- SwiftBasicFormat
- SwiftCompilerPlugin
- SwiftCompilerPluginMessageHandling
- SwiftDiagnostics
- SwiftIDEUtils
- SwiftOperators
- SwiftParser
- SwiftParserDiagnostics
- SwiftRefactor
- SwiftSyntaxBuilder
- SwiftSyntaxMacros
- SwiftSyntaxMacroExpansion
- SwiftSyntaxMacrosTestSupport
custom_documentation_parameters: [--experimental-skip-synthesized-symbols]