mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 04:35:44 +02:00
Polish Paths JSDoc
This commit is contained in:
parent
167bc21784
commit
9983e1fd1c
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
* @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 scripts directory. <em>Read-only.</em>
|
||||
* @property {string} resources - The path to the resources directory. <em>Read-only.</em>
|
||||
*/
|
||||
class PathUtils : public QObject, public Dependency {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue