Improve doxygen documentation.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#ifndef UC_RATE_LIMIT_H_
|
||||
#define UC_RATE_LIMIT_H_
|
||||
|
||||
/** This is a rate limiter, based on the token bucket principle.
|
||||
/** @file
|
||||
* This is a rate limiter, based on the token bucket principle.
|
||||
* We have X amount of tickets(=our rate) per Y amount of time,
|
||||
*
|
||||
* The allowed tickets increases with X per Y amount of time.
|
||||
|
||||
Reference in New Issue
Block a user