Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 010c9de

Browse files
authored
Fix docs for SemanticsAction (#52229)
The old rendering: ![image](https://github.com/flutter/engine/assets/1227763/201c1bed-b27b-40de-8abf-0c091fb20d3f) This changes uses markdown syntax introduced in dart-archive/markdown@5fab3a7 Fixes flutter/flutter#94494.
1 parent 5f429f1 commit 010c9de

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

lib/ui/semantics.dart

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ part of dart.ui;
66

77
/// The possible actions that can be conveyed from the operating system
88
/// accessibility APIs to a semantics node.
9-
///
10-
/// \warning When changes are made to this class, the equivalent APIs in
11-
/// `lib/ui/semantics/semantics_node.h` and in each of the embedders
12-
/// *must* be updated.
13-
/// See also:
14-
/// - file://./../../lib/ui/semantics/semantics_node.h
9+
//
10+
// > [!Warning]
11+
// > When changes are made to this class, the equivalent APIs in
12+
// > `lib/ui/semantics/semantics_node.h` and in each of the embedders
13+
// > *must* be updated.
1514
class SemanticsAction {
1615
const SemanticsAction._(this.index, this.name);
1716

0 commit comments

Comments
 (0)