Skip to content

Commit

Permalink
Fix docs for SemanticsAction (flutter#52229)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Apr 18, 2024
1 parent 5f429f1 commit 010c9de
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/ui/semantics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ part of dart.ui;

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

Expand Down

0 comments on commit 010c9de

Please sign in to comment.