mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:37:14 +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"
|
#include "DependencyManager.h"
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
|
* The Paths API provides absolute paths to the scripts and resources directories.
|
||||||
|
*
|
||||||
* @namespace Paths
|
* @namespace Paths
|
||||||
|
* @deprecated The Paths API is deprecated. Use {@link Script.resolvePath} and {@link Script.resourcesPath} instead.
|
||||||
* @readonly
|
* @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} 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 {
|
class PathUtils : public QObject, public Dependency {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue