Skip to content

Docs: More JSDoc. #30641

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

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Docs: More JSDoc. #30641

merged 1 commit into from
Mar 3, 2025

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Mar 3, 2025

Related issue: -

Description

Moves examples/jsm/animation, examples/jsm/capabilities and examples/jsm/controls to JSDoc.

BTW: All addons which were undocumented so far (e.g. AnimationClipCreator or the capability modules) are now getting a documentation with this series of PRs.

@Mugen87 Mugen87 changed the title Docs: Add more JSDoc. Docs: More JSDoc. Mar 3, 2025
@Mugen87 Mugen87 merged commit c19e14f into mrdoob:dev Mar 3, 2025
11 checks passed
@Mugen87 Mugen87 added this to the r175 milestone Mar 3, 2025
static isAvailable() {

return Boolean( isAvailable );

}

static getStaticAdapter() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mugen87 was there a reason behind removing getStaticAdapter() here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was not used in the examples once so I assumed it was a left-over of earlier days.

If it has a relevance, we can of course revert the removal and document the method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants