Skip to content

Commit 40de991

Browse files
authored
Remove a doc reference to it's own method. (#165834)
Oops, no idea why I did that.
1 parent e60822e commit 40de991

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/flutter_tools/lib/src/flutter_manifest.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ class FlutterManifest {
433433
/// See also:
434434
///
435435
/// * [Deprecate and remove synthethic `package:flutter_gen`](https://github.com/flutter/flutter/issues/102983)
436-
/// * [generateLocalizations]
437436
late final bool generateLocalizations = _flutterDescriptor['generate'] == true;
438437

439438
String? get defaultFlavor => _flutterDescriptor['default-flavor'] as String?;

0 commit comments

Comments
 (0)