mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 16:02:08 +02:00
Updated jsdoc.
This commit is contained in:
parent
c49bcbe4e9
commit
855084b6d5
1 changed files with 8 additions and 0 deletions
|
@ -120,6 +120,12 @@ public slots:
|
|||
*/
|
||||
void savePhysicsSimulationStats(QString filename);
|
||||
|
||||
/**jsdoc
|
||||
* Profiles a specific function
|
||||
* @function Test.savePhysicsSimulationStats
|
||||
* @param {string} name - Name used to reference the function
|
||||
* @param {function} function - Function to profile
|
||||
*/
|
||||
Q_INVOKABLE void profileRange(const QString& name, QScriptValue function);
|
||||
|
||||
/**jsdoc
|
||||
|
@ -131,6 +137,8 @@ public slots:
|
|||
/**jsdoc
|
||||
* Save a JSON object to a file in the test results location
|
||||
* @function Test.saveObject
|
||||
* @param {string} name - Name of the object
|
||||
* @param {string} filename - Name of file to save to
|
||||
*/
|
||||
void saveObject(QVariant v, const QString& filename);
|
||||
|
||||
|
|
Loading…
Reference in a new issue