b1c5a2c197
broke up a few other functions to be smaller and only do one thing (mostly). separated documentLibraries into 3 smaller functions that returns things so that it can be unit tested. BUG= R=efortuna@google.com Review URL: https://codereview.chromium.org//17893008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24486 260f80e4-7a28-3924-810f-c04153c831b5
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