summaryrefslogtreecommitdiff
path: root/include/socketengine.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-25 13:03:53 +0100
committerPeter Powell <petpow@saberuk.com>2017-08-26 09:58:15 +0100
commita62ae50007c2945251ef1d2611513b6e711f5748 (patch)
treeb4f1023548abbf3ff34a4a5366ee35746bc6acdf /include/socketengine.h
parent6b228abad039aaf89a35671ffa6c57cce9af51bc (diff)
Fix a bunch of Doxygen warnings.
Diffstat (limited to 'include/socketengine.h')
-rw-r--r--include/socketengine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/socketengine.h b/include/socketengine.h
index b00643952..b74cb065b 100644
--- a/include/socketengine.h
+++ b/include/socketengine.h
@@ -259,9 +259,9 @@ class CoreExport SocketEngine
void UpdateWriteCounters(int len_out);
/** Get data transfer statistics.
- * @param kbitspersec_in Filled with incoming traffic in this second in kbit/s.
- * @param kbitspersec_out Filled with outgoing traffic in this second in kbit/s.
- * @param kbitspersec_total Filled with total traffic in this second in kbit/s.
+ * @param kbitpersec_in Filled with incoming traffic in this second in kbit/s.
+ * @param kbitpersec_out Filled with outgoing traffic in this second in kbit/s.
+ * @param kbitpersec_total Filled with total traffic in this second in kbit/s.
*/
void CoreExport GetBandwidth(float& kbitpersec_in, float& kbitpersec_out, float& kbitpersec_total) const;