Use the @hideconstructor tag in anticipation of it working

This commit is contained in:
David Rowe 2019-12-23 14:27:34 +13:00
parent 7af1845884
commit 67bfe03724
3 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ namespace scriptable {
* <p>Created using the {@link Graphics} API, {@link GraphicsModel.cloneModel}, or {@link GraphicsMesh.cloneMesh}.</p>
*
* @class GraphicsMesh
* @hideconstructor
*
* @hifi-interface
* @hifi-client-entity

View file

@ -17,6 +17,7 @@ namespace scriptable {
* {@link GraphicsMeshPart.cloneMeshPart}.</p>
*
* @class GraphicsMeshPart
* @hideconstructor
*
* @hifi-interface
* @hifi-client-entity

View file

@ -25,6 +25,7 @@ namespace scriptable {
* <p>Created using the {@link Graphics} API or {@link GraphicsModel.cloneModel}.</p>
*
* @class GraphicsModel
* @hideconstructor
*
* @hifi-interface
* @hifi-client-entity