Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please add supporting dart language... #105

Open
hawkinchina opened this issue Jul 22, 2022 · 3 comments
Open

please add supporting dart language... #105

hawkinchina opened this issue Jul 22, 2022 · 3 comments
Labels
enhancement New feature or request under review Waiting for review by users or developer.

Comments

@hawkinchina
Copy link

please add supporting dart language...

@danymat
Copy link
Owner

danymat commented Oct 17, 2022

Hello, do you have any annotation convention you would like me to support ?

@danymat danymat added the enhancement New feature or request label Oct 17, 2022
@danymat
Copy link
Owner

danymat commented Dec 28, 2022

Hello, any updates?

@danymat danymat added the under review Waiting for review by users or developer. label Dec 30, 2022
@akriese
Copy link

akriese commented Jan 27, 2023

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.
void hello(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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request under review Waiting for review by users or developer.
Projects
None yet
Development

No branches or pull requests

3 participants