Dartdoc -> Exclude method body

149 Views Asked by At

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

There are 1 best solutions below

0
jamesdlin On

Running dartdoc --help shows:

    --[no-]include-source                         Show source code blocks.
                                                  (defaults to on)