mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 14:29:35 +02:00
Merge pull request #13967 from huffman/fix/jsdoc-note-for-send-fake-handshake
Add comment to Assets.sendFakeHandshake about excluding jsdoc
This commit is contained in:
commit
19a9fb00c6
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ public:
|
|||
Q_INVOKABLE void setBakingEnabled(QString path, bool enabled, QScriptValue callback);
|
||||
|
||||
#if (PR_BUILD || DEV_BUILD)
|
||||
/**
|
||||
* This function is purely for development purposes, and not meant for use in a
|
||||
* production context. It is not a public-facing API, so it should not contain jsdoc.
|
||||
*/
|
||||
Q_INVOKABLE void sendFakedHandshake();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue