]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
Fix a bunch of Doxygen warnings.
[user/henk/code/inspircd.git] / include / socketengine.h
index b006439520eb514a26ac833d0108ff72ed2c9d0f..b74cb065b717c4cb8f42e5d46c6f191e9e0fda92 100644 (file)
@@ -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;