Skip to content

Commit 9b4ea63

Browse files
committed
reworking a segment that seems to be blowing up the docc compilation
1 parent de0b64f commit 9b4ea63

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Sources/Instrumentation/InstrumentationSystem.swift

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@ import ServiceContextModule
1818
///
1919
/// It is set up just once in a given program to select the desired ``Instrument`` implementation.
2020
///
21-
/// ### Bootstrap multiple Instruments
21+
/// Set up the instrumentation using ``bootstrap(_:)``, and access the globally available instrument using ``instrument``.
2222
/// If you need to use more that one cross-cutting tool you can do so by using ``MultiplexInstrument``.
23-
///
24-
/// ## Topics
25-
///
26-
/// ### Configuring the Instrument
27-
/// - ``bootstrap(_:)``
28-
///
29-
/// ### Accessing the Instrument
30-
/// - ``instrument``: Returns the globally bootstrapped instrument, that was passed to ``bootstrap(_:)``.
3123
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *) // for TaskLocal ServiceContext
3224
public enum InstrumentationSystem {
3325
/// Marked as @unchecked Sendable due to the synchronization being

0 commit comments

Comments
 (0)