dartdoc icon indicating copy to clipboard operation
dartdoc copied to clipboard

API documentation tool for Dart.

Results 227 dartdoc issues
Sort by recently updated
recently updated
newest added

### Description - style.css: changes include a new look for the search box, how the search results are seen in the dropdown list - generator_utils.dart: includes a one line description...

After trying out Dark mode locally, @mit-mit has some good suggestions: * [ ] the colors look a bit off compared to our standard colors on other sites; can we...

enhancement
P2
web-design

Removes all instances of `.publicX` in favor of `.documentedX`, to reflect that private elements can be documented if the user chooses. This came with the main change of relying on...

The [Icons](https://api.flutter.dev/flutter/material/Icons-class.html) class defines icons as `IconData` constants. This has lead a number of devs to use the implementation (e.g. `IconData(57399, fontFamily: 'MaterialIcons')`) rather than the interface `Icons.airplane`. This is...

enhancement
P1

Consider https://api.dart.dev/stable/2.17.6/dart-core/Object/hashAll.html There is no mentions in the header ("hashAll method") or in the type signature that the method is static. I need to look at the implementation, or see...

bug
P2

This formalization of the two htmlBase cases will help with the Single Page Application implementation.

I think how this got to its current state is that FileWriter needed the outputDir, so it had always been initialized well after the Dartdoc object, or the Generator frond-end...

For example: https://www.dartdocs.org/documentation/test/0.12.15%2B11/#asynchronous-tests should navigate to the asynchronous-tests section of the doc but doesn't.

enhancement
P2
web-design

See https://pub.dev/documentation/shelf/latest/index.html There classes https://pub.dev/documentation/shelf/latest/shelf/Request-class.html https://pub.dev/documentation/shelf/latest/shelf/Response-class.html both subclass a hidden `Message` class. The members that are inherited from that class appear as inherited, but we'd like that to be an...

bug
P3

Right now, it looks like the only documentation for `{@animation}`, `{@template}`, `{@youtube}`, etc exists as doc comments on private methods in comment_processable.dart. We should document, perhaps in a top-level markdown...

P2
code health
documentation