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
///
/// See also:
///
/// * [BindingBase.reassembleApplication].
/// * [BindingBase.reassembleApplication]
void reassemble() {
markNeedsLayout();
markNeedsCompositingBitsUpdate();
......
......@@ -1047,7 +1047,7 @@ abstract class State<T extends StatefulWidget> extends Diagnosticable {
///
/// See also:
///
/// * [BindingBase.reassembleApplication].
/// * [BindingBase.reassembleApplication]
/// * [Image], which uses this to reload images.
@protected
@mustCallSuper
......
......@@ -48,10 +48,10 @@ import 'ticker_provider.dart';
///
/// See also:
///
/// * [Overlay].
/// * [OverlayState].
/// * [WidgetsApp].
/// * [MaterialApp].
/// * [Overlay]
/// * [OverlayState]
/// * [WidgetsApp]
/// * [MaterialApp]
class OverlayEntry {
/// Creates an overlay entry.
///
......
......@@ -592,7 +592,7 @@ class DecoratedBoxTransition extends AnimatedWidget {
///
/// See also:
///
/// * [new DecoratedBox].
/// * [new DecoratedBox]
const DecoratedBoxTransition({
Key key,
@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