Fix some JSDoc typos noticed in passing

This commit is contained in:
David Rowe 2019-12-10 13:34:32 +13:00
parent 6750d02228
commit 73ad5d1d31
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
/**jsdoc /**jsdoc
* The <code>Desktop</code> API provides the dimensions of the computer screen, sets the opacity of the HUD surface, and * 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. * enables QML and HTML windows to be shown inside or outside of Interface.
* *
* @namespace Desktop * @namespace Desktop
* *
* @hifi-interface * @hifi-interface

View file

@ -26,7 +26,7 @@ exports.handlers = {
'../../assignment-client/src/octree', '../../assignment-client/src/octree',
'../../interface/src', '../../interface/src',
'../../interface/src/assets', '../../interface/src/assets',
//'../../interface/src/audio', Exlude AudioScope API from output. //'../../interface/src/audio', Exclude AudioScope API from output.
'../../interface/src/avatar', '../../interface/src/avatar',
'../../interface/src/commerce', '../../interface/src/commerce',
'../../interface/src/java', '../../interface/src/java',