doc static method

void doc()

Implementation

static void doc() {
  runlib.run(sdkBin('dart'), arguments: ['doc']);
}