Skip to content

Commit

Permalink
Version 3.2.0-195.0.dev
Browse files Browse the repository at this point in the history
Merge d48592f into dev
  • Loading branch information
Dart CI committed Sep 24, 2023
2 parents 348037a + d48592f commit c9e697b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/analysis_server/tool/lsp_spec/meta_model_cleaner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ class LspMetaModelCleaner {
/// A pattern matching the spec's older HTML links that we can extract type
/// references from.
///
/// A description of [SomeType[]] (#SomeType).
/// A description of [SomeType[]] (#SomeType).
final _sourceCommentDocumentLinksPattern =
RegExp(r'\[`?([\w \-.]+)(?:\[\])?`?\]\s?\((#[^)]+)\)');

/// A pattern matching references in the LSP meta model comments that
/// reference other types.
///
/// {@link TypeName description}
/// {@link TypeName description}
///
/// Type names may have suffixes that shouldn't be included in the group such
/// as
///
/// {@link TypeName[] description}
/// {@link TypeName[] description}
final _sourceCommentReferencesPattern =
RegExp(r'{@link\s+([\w.]+)[\[\]]*(?:\s+[\w`. ]+[\[\]]*)?}');

Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 2
PATCH 0
PRERELEASE 194
PRERELEASE 195
PRERELEASE_PATCH 0

0 comments on commit c9e697b

Please sign in to comment.