From 8eeb053542c14918cba5eb3572ac8f6df5a8fbce Mon Sep 17 00:00:00 2001 From: Jim O'Regan Date: Mon, 20 Jul 2015 12:03:24 +0100 Subject: [PATCH] delete docs for obsolete params --- classify/adaptmatch.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/classify/adaptmatch.cpp b/classify/adaptmatch.cpp index 5167fc6b..a590d590 100644 --- a/classify/adaptmatch.cpp +++ b/classify/adaptmatch.cpp @@ -1007,7 +1007,6 @@ void Classify::DisplayAdaptedChar(TBLOB* blob, INT_CLASS_STRUCT* int_class) { -/*---------------------------------------------------------------------------*/ /** * This routine adds the result of a classification into * Results. If the new rating is much worse than the current @@ -1022,14 +1021,8 @@ void Classify::DisplayAdaptedChar(TBLOB* blob, INT_CLASS_STRUCT* int_class) { * Globals: * - #matcher_bad_match_pad defines limits of an acceptable match * + * @param new_result new result to add * @param[out] results results to add new result to - * @param class_id class of new result - * @param shape_id shape index - * @param rating rating of new result - * @param adapted adapted match or not - * @param config config id of new result - * @param fontinfo_id font information of the new result - * @param fontinfo_id2 font information of the 2nd choice result * * @note Exceptions: none * @note History: Tue Mar 12 18:19:29 1991, DSJ, Created.