overte/interface
Anthony J. Thibault c6b12307aa Added custom jsdoc tags to High Fidelity
There are 4 new jsdoc tags:

* @hifi-interface - indicates that this namespace or class is available in Interface Scripts.
* @hifi-assignment-client - indicates that this namespace or class is available in Assignment Client Scripts.
* @hifi-client-entity - indicates that this namespace or class is available in Client Entity Scripts.
* @hifi-server-entity - indicates that this namespace or class is avaialbe in Server Entity Scripts.

These tags should appear just after the @class or @namespace tag. For example:

    /**jsdoc
     * Your avatar is your in-world representation of you. The <code>MyAvatar</code> API is used to manipulate the avatar.
     * For example, you can customize the avatar's appearance, run custom avatar animations,
     * change the avatar's position within the domain, or manage the avatar's collisions with other objects.
     *
     * @namespace MyAvatar
     *
     * @hifi-interface
     * @hifi-client-entity
     *
2018-04-26 14:13:42 -07:00
..
compiledResources Pre-merge cleanup 2018-01-14 19:48:12 -08:00
external GLAD polish 2018-01-14 00:10:05 -08:00
i18n
icon
resources Merge pull request #12903 from druiz17/add-more-hmd-data 2018-04-24 13:29:41 -07:00
src Added custom jsdoc tags to High Fidelity 2018-04-26 14:13:42 -07:00
ui
CMakeLists.txt Include JSDoc Web pages in the install 2018-04-16 16:08:26 +12:00
interface.exe.manifest