You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @danymat, I would also be interested in having Dart support with neogen :) This seems to be the basic standard for documentation comments. As far as I know, there are not really multiple different Dart documentation conventions.
Thing is, Dart does not really want you to write classical documentation with parameter lists, but instead suggest writing prose text and including the parameter names like this:
/// Greets the person called [name] in english.voidhello(String name) {
print("Hello, ${name}");
}
dartdoc is the official documentation library included in Dart's SDK.
I am a relative Dart novice, but would be interested in helping with this, as I am planning on develeoping a bigger app with it and could thus use a good documentation generator :)
So, if I can further help you with this, I'd be happy to do so!
please add supporting dart language...
The text was updated successfully, but these errors were encountered: