From 6bfe0d620285962448a74214a4e1e2f8fead0085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Mon, 12 Aug 2024 11:19:16 +0200 Subject: [PATCH] Fix documentation rendering issues (#2264) Replace `<` and `>` in documentation comments with `<` and `>` so that they won't be interpreted as HTML tags and will render as expected. In one place where we show Dart code with angle bracket I've replaced the wrapping `[` and `]` with backticks. Fixes CI. --- pkgs/checks/lib/src/checks.dart | 14 +++++++------- .../lib/src/runner/hack_register_platform.dart | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/checks/lib/src/checks.dart b/pkgs/checks/lib/src/checks.dart index 7103ccaf5..e1e4bcb7e 100644 --- a/pkgs/checks/lib/src/checks.dart +++ b/pkgs/checks/lib/src/checks.dart @@ -908,17 +908,17 @@ final class CheckFailure { final class FailureDetail { /// A description of all the conditions the subject was expected to satisfy. /// - /// Each subject has a label. At the root the label is typically "a " - /// and nested subjects get a label based on the condition which extracted a - /// property for further checks. Each level of nesting is described as - /// "