Sign in
dart
/
dartdoc.git
/
6391c68e
/
.
/
testing
/
test_package
/
lib
/
code_in_comments.dart
blob: f82cf1b34d49f7bf5c2814491e4ec2bfd9c0d21f [
file
] [
log
] [
blame
]
/// ```dart
/// void main() {
/// // in Dart!
/// }
/// ```
///
/// ```yaml
/// and_yaml:
/// - value
/// - "value"
/// - 3.14
/// ```
library
code_in_comments
;