Files
sdk/pkg/docgen
janicejl@google.com b1c5a2c197 Refactoring docgen to make it more unit testable.
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
2013-06-26 20:08:57 +00:00
..
2013-06-26 17:04:41 +00:00
2013-06-19 23:40:17 +00:00

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