mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +02:00
Doc review
This commit is contained in:
parent
04573da96b
commit
2c591ba196
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ SelectionScriptingInterface::SelectionScriptingInterface() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* The type of an item in a selection list.
|
* The type of a specific item in a selection list.
|
||||||
* <table>
|
* <table>
|
||||||
* <thead>
|
* <thead>
|
||||||
* <tr><th>Value</th><th>Description</th></tr>
|
* <tr><th>Value</th><th>Description</th></tr>
|
||||||
|
|
|
@ -167,7 +167,7 @@ public:
|
||||||
* Removes all items from a selection list.
|
* Removes all items from a selection list.
|
||||||
* @function Selection.clearSelectedItemsList
|
* @function Selection.clearSelectedItemsList
|
||||||
* @param {string} listName - The name of the selection list.
|
* @param {string} listName - The name of the selection list.
|
||||||
* @returns {boolean} <code>true</code> zlways.
|
* @returns {boolean} <code>true</code> always.
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE bool clearSelectedItemsList(const QString& listName);
|
Q_INVOKABLE bool clearSelectedItemsList(const QString& listName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue