dart-lang / native

Dart packages related to FFI and native assets bundling.
BSD 3-Clause "New" or "Revised" License
82 stars 27 forks source link

Support parsing javadocs and remove doclet backend #1079

Open HosseinYousefi opened 1 month ago

HosseinYousefi commented 1 month ago

Rationale

Problems with doclet:

The only real benefit of using doclet is to get the names of the arguments and the java doc for Java sources when they are available. But javadoc is almost always available.

Solution