We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ab0f7 commit f70b3eaCopy full SHA for f70b3ea
Sources/SwiftDocCUtilities/Action/Actions/PreviewAction.swift
@@ -8,10 +8,10 @@
8
See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9
*/
10
11
-#if canImport(NIOHTTP1)
12
import Foundation
13
import SwiftDocC
14
+#if canImport(NIOHTTP1)
15
/// A preview server instance.
16
var servers: [String: PreviewServer] = [:]
17
@@ -262,6 +262,7 @@ extension PreviewAction {
262
}
263
264
#endif
265
+#endif
266
267
extension DocumentationContext {
268
@@ -283,4 +284,3 @@ extension DocumentationContext {
283
284
285
286
-#endif
0 commit comments