milad
42ea7f358a
added root.js to cmake build
2018-05-29 15:39:04 -07:00
milad
a048f6f7d5
indent fix
2018-05-29 14:48:52 -07:00
milad
301aba06a3
modified git ignore
2018-05-29 14:39:10 -07:00
milad
6a8fa3a15a
Added edits to readme
2018-05-29 14:35:33 -07:00
milad
4b4f6e0f02
cleaned up file cruft
2018-05-29 13:31:13 -07:00
milad
9c664a2512
Cleaned up gravprep.js
2018-05-29 11:24:13 -07:00
milad
e57bba1c08
more cleanup
2018-05-29 09:35:22 -07:00
milad
ded774de9c
multiple fixes for repeated type defs
2018-05-22 16:02:29 -07:00
milad
1a4fa92a29
Merge commit 'refs/pull/13206/head' of https://github.com/highfidelity/hifi into gravprep-redo
2018-05-22 14:33:53 -07:00
milad
5056e698fa
further clean up
2018-05-21 22:10:57 -07:00
milad
3450af7a3d
clean up
2018-05-21 21:52:20 -07:00
milad
24262e97a6
removed old cruft
2018-05-21 09:10:30 -07:00
milad
9c0bd89951
another round of fixing and merging
2018-05-21 09:09:18 -07:00
milad
73dd5c7f36
fixed merge
2018-05-21 08:21:47 -07:00
milad
1e4d4dac44
cleaned up script
2018-05-20 23:39:47 -07:00
milad
e436f65d4c
reworking gravprep to fix most links and oddities
2018-05-20 23:32:18 -07:00
milad
8e50c0fd56
Added pre typedef splits
2018-05-20 20:40:23 -07:00
David Rowe
e44e7ca35f
Fix up Resource and resource cache APIs' JSDoc
2018-05-21 11:57:16 +12:00
milad
23ee06fc4b
fixed class links
2018-05-20 14:35:58 -07:00
milad
0ccb233724
gravprep redo for link fixes
2018-05-20 14:18:39 -07:00
milad
46efb2b868
merging onto mac
2018-05-19 22:44:18 -07:00
milad
bbb1aa404f
Merge commit 'refs/pull/13165/head' of https://github.com/highfidelity/hifi into gravprep-redo
2018-05-16 23:04:43 -07:00
David Rowe
fdeb0e3305
Avatar API JSDoc stubs
2018-05-16 09:20:54 +12:00
David Rowe
1ca6bd2f0b
location getter/setter JSDoc
2018-05-15 17:37:45 +12:00
milad
4fb479c382
Merge commit 'refs/pull/13165/head' of https://github.com/highfidelity/hifi into gravprep-redo
2018-05-12 23:42:21 -07:00
milad
091c2c8b98
Before David's latest stubs
2018-05-12 23:41:56 -07:00
David Rowe
7cef329939
Render API JSDoc stubs
2018-05-13 11:53:57 +12:00
milad
2b7e217c35
Fixed Asset Class
2018-05-12 15:45:27 -07:00
David Rowe
fb1f7fea90
Steam API JSDoc stubs
2018-05-13 10:32:46 +12:00
David Rowe
11f984f05b
OffscreenFlags API JSDoc stubs
2018-05-12 15:08:41 +12:00
David Rowe
841161068c
Midi API JSDoc stubs
2018-05-12 15:01:52 +12:00
David Rowe
a2bb9de441
Graphics API JSDoc stubs
2018-05-12 12:53:43 +12:00
David Rowe
42d0620fd1
EntityViewer API JSDoc stubs
2018-05-11 20:56:00 +12:00
David Rowe
3891ebe703
Agent API JSDoc stubs
2018-05-11 20:20:07 +12:00
milad nazeri
c822e836bc
general format work
2018-05-08 21:48:57 -07:00
milad nazeri
f72e7d8c01
updating for workPC
2018-05-08 13:09:41 -07:00
milad nazeri
6cb4901bae
fixed undefined errors
2018-05-07 15:49:53 -07:00
milad nazeri
22065ad611
Links fixed
2018-05-06 21:39:37 -07:00
milad nazeri
ae935dcda5
saved before laptop acts up more
2018-05-01 16:23:50 -07:00
milad nazeri
8845094afb
Added Lod fix
2018-04-30 16:55:42 -07:00
milad nazeri
f520d13242
pre TOC add
2018-04-30 16:32:15 -07:00
milad nazeri
1ce4c9d140
GravPrep working through first round of editing, starting explore file and jsdoc quality tests
2018-04-29 14:52:56 -07:00
milad nazeri
f35fffb975
Added toc
2018-04-28 13:55:42 -07:00
milad nazeri
91c0fa2778
Adding dedent
2018-04-28 12:16:39 -07:00
milad nazeri
9db67229b9
Name groupings working correctly, pre-adding ctrlAtlDavid's new tags
2018-04-28 09:29:16 -07:00
David Rowe
fada958e72
Handle possibly undefined value
2018-04-28 19:57:45 +12:00
milad nazeri
9773b928ac
copying to dir working
2018-04-28 00:25:07 -07:00
David Rowe
fc4837b51c
Reorder listing of context tags
2018-04-28 16:00:49 +12:00
David Rowe
e39aecfb2a
Fix custom JSDoc tags
2018-04-28 16:00:22 +12:00
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