0

I'm trying to generate documentation using dartdoc.

But when I run ... it includes method body e.g. codes inside a method.

How can I ask it to use only method signature ( exclude method body ).

Thanks.

1 Answers1

1

Running dartdoc --help shows:

    --[no-]include-source                         Show source code blocks.
                                                  (defaults to on)
jamesdlin
  • 81,374
  • 13
  • 159
  • 204