Skip to content

Add getControllerWorldLocation to apidocs#2171

Open
zedwick wants to merge 1 commit intooverte-org:masterfrom
zedwick:jsdoc_script_library
Open

Add getControllerWorldLocation to apidocs#2171
zedwick wants to merge 1 commit intooverte-org:masterfrom
zedwick:jsdoc_script_library

Conversation

@zedwick
Copy link
Copy Markdown
Collaborator

@zedwick zedwick commented Apr 10, 2026

Before this PR it seems no scripts libraries or modules were included in the apidocs. This is the first step to resolving this.

  • JSDocs will now look in scripts/modules and scripts/system/libraries.
  • JSDocs will look for .js files
  • javascript files must use the same /*@jsdoc syntax as in the c++ files, rather than /**, to start their comments
  • scripts/system/libraries/controllers.js has been documented, with its own page in the API docs.

I made sure to document how to include the library at the top of the file, as it works differently to the other APIs.

Resolves #124

* JSDoc will now include scripts/modules and scripts/system/libraries
* Fixes overte-org#124
@zedwick zedwick added documentation Improvements or additions to documentation needs CR This pull request needs to be code reviewed labels Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation needs CR This pull request needs to be code reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

getControllerWorldLocation is not in API documentation

1 participant