dartdoc_test 0.0.1-pre dartdoc_test: ^0.0.1-pre copied to clipboard
Utility for testing dartdoc comments.
A package for testing dartdoc comments.
Simply create a file test/dartdoc_test.dart
and write as follows:
import 'package:dartdoc_test/dartdoc_test.dart';
void main() => testDartDoc(); // this won't work yet!
Work in progress: This project is not complete yet, barely started!