mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 10:43:13 +02:00
Paths API JSDoc improvements
This commit is contained in:
parent
41e929c8a2
commit
a29a3ff88d
1 changed files with 4 additions and 1 deletions
|
@ -19,10 +19,13 @@
|
|||
#include "DependencyManager.h"
|
||||
|
||||
/**jsdoc
|
||||
* The Paths API provides absolute paths to the scripts and resources directories.
|
||||
*
|
||||
* @namespace Paths
|
||||
* @deprecated The Paths API is deprecated. Use {@link Script.resolvePath} and {@link Script.resourcesPath} instead.
|
||||
* @readonly
|
||||
* @property {string} defaultScripts The path to the scripts directory. <em>Readonly</em>
|
||||
* @property {string} resources The path to the resources directory. <em>Readonly</em>
|
||||
* @property {string} defaultScripts The path to the defaultScripts directory. <em>Readonly</em>
|
||||
*/
|
||||
class PathUtils : public QObject, public Dependency {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue