d9af545bb5
BUG= R=efortuna@google.com Review URL: https://codereview.chromium.org//16839004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23935 260f80e4-7a28-3924-810f-c04153c831b5
338 B
338 B
A documentation generator for Dart.
The docgen tool takes in a library as input and produces documentation for it as well as all libraries it imports and uses.
This outputs information about all classes, variables, functions, and methods defined in the library and its imported libraries.
USAGE
dart docgen.dart path/to/file.dart