We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ced6a commit 47fed1dCopy full SHA for 47fed1d
lib/src/model.dart
@@ -4480,7 +4480,7 @@ abstract class ModelElement extends Canonicalization
4480
bool wasDeprecated = false;
4481
if (positionalArgs.length == 4) {
4482
// Supports the original form of the animation tag for backward
4483
- // compatibility.`
+ // compatibility.
4484
uniqueId = positionalArgs.removeAt(0);
4485
wasDeprecated = true;
4486
} else if (positionalArgs.length == 3) {
pubspec.yaml
@@ -1,7 +1,6 @@
1
name: dartdoc
2
# Run `grind build` after updating.
3
version: 0.29.0
4
-author: Dart Team <[email protected]>
5
description: A documentation generator for Dart.
6
homepage: https://github.com/dart-lang/dartdoc
7
environment:
0 commit comments