Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names.

This commit is contained in:
practicalswift
2017-07-16 12:20:49 +02:00
parent 5cfdda2503
commit 2c2e90d1d4
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ public:
* Create new TxConfirmStats. This is called by BlockPolicyEstimator's
* constructor with default values.
* @param defaultBuckets contains the upper limits for the bucket boundaries
* @param maxConfirms max number of confirms to track
* @param maxPeriods max number of periods to track
* @param decay how much to decay the historical moving average per block
*/
TxConfirmStats(const std::vector<double>& defaultBuckets, const std::map<double, unsigned int>& defaultBucketMap,