docstring_generator_annotator 1.0.2 copy "docstring_generator_annotator: ^1.0.2" to clipboard
docstring_generator_annotator: ^1.0.2 copied to clipboard

A simple dart annotator that can be used for generating docstrings for dart code. Inteded for use as a dependency of the 'docstring_generator' vscode extension.

example/docstring_generator_annotator_example.dart

import 'package:docstring_generator_annotator/docstring_generator_annotator.dart';

@GenerateDocstring(description: """This is the description for my main function
that I want to be included in my docstring along with other function info!""")
void main() {
  print("What a great function!");
}
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A simple dart annotator that can be used for generating docstrings for dart code. Inteded for use as a dependency of the 'docstring_generator' vscode extension.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on docstring_generator_annotator