[vm/ffi] Remove documentation from setters #38892
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-ffi
As pointed out by @lrhn
https://dart.dev/guides/language/effective-dart/documentation#prefer-starting-variable-getter-or-setter-comments-with-noun-phrases
However, the documentation of the getter does not show up when hovering the setter (at least not in VSCode).
For now, we create the
dart:ffi
documentation both for getter and setter, but we should remove the documentation on the setter once all IDEs properly support it./cc @mkustermann @sjindel-google
The text was updated successfully, but these errors were encountered: