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

This commit is contained in:
Alexandre Ardhuin
2018-12-21 19:23:42 +01:00
committed by GitHub
parent fb88a7bfd1
commit 19ce65eec9
4 changed files with 7 additions and 7 deletions

View File

@@ -1089,7 +1089,7 @@ abstract class RenderObject extends AbstractNode with DiagnosticableTreeMixin im
///
/// See also:
///
/// * [BindingBase.reassembleApplication].
/// * [BindingBase.reassembleApplication]
void reassemble() {
markNeedsLayout();
markNeedsCompositingBitsUpdate();

View File

@@ -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

View File

@@ -48,10 +48,10 @@ import 'ticker_provider.dart';
///
/// See also:
///
/// * [Overlay].
/// * [OverlayState].
/// * [WidgetsApp].
/// * [MaterialApp].
/// * [Overlay]
/// * [OverlayState]
/// * [WidgetsApp]
/// * [MaterialApp]
class OverlayEntry {
/// Creates an overlay entry.
///

View File

@@ -592,7 +592,7 @@ class DecoratedBoxTransition extends AnimatedWidget {
///
/// See also:
///
/// * [new DecoratedBox].
/// * [new DecoratedBox]
const DecoratedBoxTransition({
Key key,
@required this.decoration,