mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Fix some JSDoc typos noticed in passing
This commit is contained in:
parent
6750d02228
commit
73ad5d1d31
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
/**jsdoc
|
||||
* The <code>Desktop</code> API provides the dimensions of the computer screen, sets the opacity of the HUD surface, and
|
||||
* enables QML and HTML windows to be shown inside or outside of Interface.
|
||||
*
|
||||
*
|
||||
* @namespace Desktop
|
||||
*
|
||||
* @hifi-interface
|
||||
|
|
|
@ -26,7 +26,7 @@ exports.handlers = {
|
|||
'../../assignment-client/src/octree',
|
||||
'../../interface/src',
|
||||
'../../interface/src/assets',
|
||||
//'../../interface/src/audio', Exlude AudioScope API from output.
|
||||
//'../../interface/src/audio', Exclude AudioScope API from output.
|
||||
'../../interface/src/avatar',
|
||||
'../../interface/src/commerce',
|
||||
'../../interface/src/java',
|
||||
|
|
Loading…
Reference in a new issue