diff --git a/libraries/shared/src/PathUtils.h b/libraries/shared/src/PathUtils.h
index a59e0f39ab..320865d667 100644
--- a/libraries/shared/src/PathUtils.h
+++ b/libraries/shared/src/PathUtils.h
@@ -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. Readonly
* @property {string} resources The path to the resources directory. Readonly
- * @property {string} defaultScripts The path to the defaultScripts directory. Readonly
*/
class PathUtils : public QObject, public Dependency {
Q_OBJECT