Unverified Commit 19ce65ee authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

no period after an alone link in see also section (#25604)

parent fb88a7bf
...@@ -1089,7 +1089,7 @@ abstract class RenderObject extends AbstractNode with DiagnosticableTreeMixin im ...@@ -1089,7 +1089,7 @@ abstract class RenderObject extends AbstractNode with DiagnosticableTreeMixin im
/// ///
/// See also: /// See also:
/// ///
/// * [BindingBase.reassembleApplication]. /// * [BindingBase.reassembleApplication]
void reassemble() { void reassemble() {
markNeedsLayout(); markNeedsLayout();
markNeedsCompositingBitsUpdate(); markNeedsCompositingBitsUpdate();
......
...@@ -1047,7 +1047,7 @@ abstract class State<T extends StatefulWidget> extends Diagnosticable { ...@@ -1047,7 +1047,7 @@ abstract class State<T extends StatefulWidget> extends Diagnosticable {
/// ///
/// See also: /// See also:
/// ///
/// * [BindingBase.reassembleApplication]. /// * [BindingBase.reassembleApplication]
/// * [Image], which uses this to reload images. /// * [Image], which uses this to reload images.
@protected @protected
@mustCallSuper @mustCallSuper
......
...@@ -48,10 +48,10 @@ import 'ticker_provider.dart'; ...@@ -48,10 +48,10 @@ import 'ticker_provider.dart';
/// ///
/// See also: /// See also:
/// ///
/// * [Overlay]. /// * [Overlay]
/// * [OverlayState]. /// * [OverlayState]
/// * [WidgetsApp]. /// * [WidgetsApp]
/// * [MaterialApp]. /// * [MaterialApp]
class OverlayEntry { class OverlayEntry {
/// Creates an overlay entry. /// Creates an overlay entry.
/// ///
......
...@@ -592,7 +592,7 @@ class DecoratedBoxTransition extends AnimatedWidget { ...@@ -592,7 +592,7 @@ class DecoratedBoxTransition extends AnimatedWidget {
/// ///
/// See also: /// See also:
/// ///
/// * [new DecoratedBox]. /// * [new DecoratedBox]
const DecoratedBoxTransition({ const DecoratedBoxTransition({
Key key, Key key,
@required this.decoration, @required this.decoration,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment