Skip to content

Commit 2ca35c2

Browse files
authored
Fix golden files caused by new dartdoc update. (#1446)
1 parent 6d3bd57 commit 2ca35c2

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

test/goldens/end2end/async-2.11.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"grantedPoints": 10,
8080
"maxPoints": 20,
8181
"status": "failed",
82-
"summary": "### [*] 10/10 points: 20% or more of the public API has dartdoc comments\n\n246 out of 246 API elements (100.0 %) have documentation comments.\n\n### [x] 0/10 points: Package has an example\n\n<details>\n<summary>\nNo example found.\n</summary>\n\nSee [package layout](https://dart.dev/tools/pub/package-layout#examples) guidelines on how to add an example.\n</details>\n"
82+
"summary": "### [*] 10/10 points: 20% or more of the public API has dartdoc comments\n\n246 out of 263 API elements (93.5 %) have documentation comments.\n\nSome symbols that are missing documentation: `async.AsyncMemoizer.AsyncMemoizer.new`, `async.ChunkedStreamReader.ChunkedStreamReader.new`, `async.DelegatingFuture.DelegatingFuture.new`, `async.DelegatingStream.DelegatingStream.new`, `async.ErrorResult.ErrorResult.new`.\n\n### [x] 0/10 points: Package has an example\n\n<details>\n<summary>\nNo example found.\n</summary>\n\nSee [package layout](https://dart.dev/tools/pub/package-layout#examples) guidelines on how to add an example.\n</details>\n"
8383
},
8484
{
8585
"id": "platform",

test/goldens/end2end/async-2.11.0.json_report.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Detected license: `BSD-3-Clause`.
1515

1616
### [*] 10/10 points: 20% or more of the public API has dartdoc comments
1717

18-
246 out of 246 API elements (100.0 %) have documentation comments.
18+
246 out of 263 API elements (93.5 %) have documentation comments.
19+
20+
Some symbols that are missing documentation: `async.AsyncMemoizer.AsyncMemoizer.new`, `async.ChunkedStreamReader.ChunkedStreamReader.new`, `async.DelegatingFuture.DelegatingFuture.new`, `async.DelegatingStream.DelegatingStream.new`, `async.ErrorResult.ErrorResult.new`.
1921

2022
### [x] 0/10 points: Package has an example
2123

test/goldens/end2end/dnd-2.0.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"grantedPoints": 20,
6464
"maxPoints": 20,
6565
"status": "passed",
66-
"summary": "### [*] 10/10 points: 20% or more of the public API has dartdoc comments\n\n70 out of 72 API elements (97.2 %) have documentation comments.\n\nSome symbols that are missing documentation: `dnd`, `dnd.DraggablesAcceptor.draggableIds`.\n\n### [*] 10/10 points: Package has an example\n"
66+
"summary": "### [*] 10/10 points: 20% or more of the public API has dartdoc comments\n\n70 out of 77 API elements (90.9 %) have documentation comments.\n\nSome symbols that are missing documentation: `dnd`, `dnd.Acceptor.Acceptor.new`, `dnd.AnimationHelper.AnimationHelper.new`, `dnd.CloneAvatarHandler.CloneAvatarHandler.new`, `dnd.DraggablesAcceptor.DraggablesAcceptor.new`.\n\n### [*] 10/10 points: Package has an example\n"
6767
},
6868
{
6969
"id": "platform",

test/goldens/end2end/dnd-2.0.1.json_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Detected license: `MIT`.
1515

1616
### [*] 10/10 points: 20% or more of the public API has dartdoc comments
1717

18-
70 out of 72 API elements (97.2 %) have documentation comments.
18+
70 out of 77 API elements (90.9 %) have documentation comments.
1919

20-
Some symbols that are missing documentation: `dnd`, `dnd.DraggablesAcceptor.draggableIds`.
20+
Some symbols that are missing documentation: `dnd`, `dnd.Acceptor.Acceptor.new`, `dnd.AnimationHelper.AnimationHelper.new`, `dnd.CloneAvatarHandler.CloneAvatarHandler.new`, `dnd.DraggablesAcceptor.DraggablesAcceptor.new`.
2121

2222
### [*] 10/10 points: Package has an example
2323

0 commit comments

Comments
 (0)