You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - context: The context that the bundle is a part of.
28
28
/// - outputConsumer: The consumer that the conversion passes outputs of the conversion to.
29
-
/// - htmlContentConsumer: The consumer for HTML content that the conversion produces, or `nil` if the conversion shouldn't produce any HTML content.
30
29
/// - sourceRepository: The source repository where the documentation's sources are hosted.
31
30
/// - emitDigest: Whether the conversion should pass additional metadata output––such as linkable entities information, indexing information, or asset references by asset type––to the consumer.
32
31
/// - documentationCoverageOptions: The level of experimental documentation coverage information that the conversion should pass to the consumer.
33
32
/// - Returns: A list of problems that occurred during the conversion (excluding the problems that the context already encountered).
0 commit comments