Add docs to Paths

This commit is contained in:
Ryan Huffman 2016-11-16 12:11:32 -08:00
parent c6b64081fc
commit 75eafbb349

View file

@ -16,6 +16,11 @@
#include "DependencyManager.h"
/**jsdoc
* @namespace Paths
* @readonly
* @property {string} resources The path to the resources directory.
*/
class PathUtils : public QObject, public Dependency {
Q_OBJECT
SINGLETON_DEPENDENCY