We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37adb31 commit df79051Copy full SHA for df79051
src/app/EventManagement.h
@@ -235,7 +235,7 @@ class EventManagement
235
* @param[in] aMonotonicStartupTime Time we should consider as "monotonic
236
* time 0" for cases when we use
237
* system-time event timestamps.
238
- *
+ *
239
* @param[in] apEventScheduler Scheduler to deliver the event, default is the reporting
240
* engine in InteractionModelEngine.
241
*
src/app/reporting/Engine.h
@@ -66,7 +66,7 @@ class Engine : public EventScheduler
66
67
/**
68
* Initializes the reporting engine. Should only be called once.
69
70
* @param[in] A pointer to EventManagement. Use the global one by default.
71
72
* @retval #CHIP_NO_ERROR On success.
0 commit comments