chiark / gitweb /
Doxygen-clean
[disorder] / server / disorderd.c
index 838c993ef0143d7730edaf762d9ce376f8390ded..10ff89bb673b3021bcec2de832107ee568f1b663 100644 (file)
@@ -96,7 +96,7 @@ static int periodic_callback(ev_source *ev_,
 }
 
 /** @brief Create a periodic action
- * @param ev Event loop
+ * @param ev_ Event loop
  * @param callback Callback function
  * @param period Interval between calls in seconds
  * @param immediate If true, call @p callback straight away