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
* Warning when build resulted in no pages (#553)
* Emit warning when converting/previewing article-only catalogs with no technology root
* Emit diagnostics originated in the Convert Action `perform` process
rdar://112462434
* Emit coverage if no errors occurred
* Changed diagnostic message
* DiagnosticConsumer finalize() deprecated
* Marked `finalized()` as deprecated
* Protocol extension for default implementation of `flush()`
* Message for article-only warning `needs` noun corrected
rdar://108011754
summary:"No TechnologyRoot to organize article-only documentation.",
467
+
explanation:"Article-only documentation needs a TechnologyRoot page (indicated by a `TechnologyRoot` directive within a `Metadata` directive) to define the root of the documentation hierarchy."
468
+
)
469
+
)
470
+
)
459
471
}
460
472
461
473
// If we're building a navigation index, finalize the process and collect encountered problems.
@@ -468,17 +480,27 @@ public struct ConvertAction: Action, RecreatingContext {
468
480
// Always emit a JSON representation of the index but only emit the LMDB
469
481
// index if the user has explicitly opted in with the `--emit-lmdb-index` flag.
0 commit comments