Lasse R.H. Nielsen

Results 1773 comments of Lasse R.H. Nielsen

Just to pedant: > `part '../../../../.dart_tool/build/generated/lib/src/directory/file.g.dart';` That will not work if your library is inside `lib/` and has a `package:` URI, because then the relative URI reference is resolved relative...

Also, all visible textual references to the parameter in the actual generated DartDoc should use the public name, so ```dart class Baz { final int foo, _bar; /// Creates `Baz`...

I'd expect a lot of people to have opinions. I also expect it to be something where it's hard to make *clear* and *actionable* recommendations. I've seen the opinion that...