Skip to content

Commit

Permalink
missing param; rename one
Browse files Browse the repository at this point in the history
  • Loading branch information
jimregan committed Jul 20, 2015
1 parent c844628 commit 312ce37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion classify/cutoffs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 312ce37

Please sign in to comment.