We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My issue is the following:
I have a repo here: https://github.com/birkskyum/maplibre-gl-draw It's published on JSR here: https://jsr.io/@birkskyum/maplibre-gl-draw
I have here on JSR an object with properties:
The deno doc ( deno doc ./src/index.ts ) just like the website show only the comment for the object, but not the properties:
deno doc ./src/index.ts
But shouldn't it be possible to document the properties?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My issue is the following:
I have a repo here: https://github.com/birkskyum/maplibre-gl-draw
It's published on JSR here: https://jsr.io/@birkskyum/maplibre-gl-draw
I have here on JSR an object with properties:
The deno doc (
deno doc ./src/index.ts
) just like the website show only the comment for the object, but not the properties:But shouldn't it be possible to document the properties?
The text was updated successfully, but these errors were encountered: