missing param; rename one

This commit is contained in:
Jim O'Regan 2015-07-20 18:29:23 +01:00
parent c844628311
commit 312ce37de7

View File

@ -40,8 +40,10 @@ namespace tesseract {
* and insert them into the Cutoffs array. Cutoffs are
* indexed in the array by class id. Unused entries in the
* array are set to an arbitrarily high cutoff value.
* @param Filename name of file containing cutoff definitions
* @param CutoffFile name of file containing cutoff definitions
* @param Cutoffs array to put cutoffs into
* @param swap
* @param end_offset
* @return none
* @note Globals: none
* @note Exceptions: none