docs: removed comment_reference ignore (#177)

pull/183/head
Alejandro Santiago 3 years ago committed by GitHub
parent 9a5284f84b
commit 59c7c8b0ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,8 @@
// ignore_for_file: comment_references
// TODO(alestiago): Revisit ignore lint rule once Kicker is moved to this
// package.
import 'package:pinball_components/pinball_components.dart'; import 'package:pinball_components/pinball_components.dart';
/// Indicates a side of the board. /// Indicates a side of the board.
/// ///
/// Usually used to position or mirror elements of a [PinballGame]; such as a /// Usually used to position or mirror elements of a pinball game; such as a
/// [Flipper] or [Kicker]. /// [Flipper] or [Kicker].
enum BoardSide { enum BoardSide {
/// The left side of the board. /// The left side of the board.

Loading…
Cancel
Save