Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dartdoc_test] add some ways to ignore analysis #248

Merged
merged 23 commits into from
Aug 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing doc comment
  • Loading branch information
takumma committed Aug 25, 2024
commit 22e1ae32fba5321c94bedce60db6ba0873c8e880
1 change: 1 addition & 0 deletions dartdoc_test/lib/src/model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ final class DocumentationCodeSample {
required this.noTest,
});

/// Whether the code sample has a `main` function.
bool get hasMain => code.contains('void main()');

/// Create a sample by wrapping the code with a main function and imports.
Expand Down
Loading