Polish Paths JSDoc

This commit is contained in:
David Rowe 2017-11-25 18:06:27 +13:00
parent 167bc21784
commit 9983e1fd1c

View file

@ -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