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:
Stephen Birarda 2018-09-10 11:47:30 -07:00 committed by GitHub
commit 19a9fb00c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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