1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix documentation warning in juce_ButtonTracker.h

This commit is contained in:
Noah Dayan 2017-12-19 15:10:38 +00:00
parent 430948ad91
commit f0c044083b

View file

@ -46,6 +46,8 @@ public:
@param triggeredEventName the name of the generated event
@param triggeredEventParameters the parameters to add to the generated
event
@param triggeredEventType (optional) an integer to indicate the event
type, which will be set to 0 if not supplied.
@see Analytics, AnalyticsDestination::AnalyticsEvent
*/