From 01df24eb50949fd1805c251c59dc4f9c2869fa15 Mon Sep 17 00:00:00 2001 From: Jim O'Regan Date: Mon, 20 Jul 2015 18:11:13 +0100 Subject: [PATCH] fix some params --- classify/intproto.cpp | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/classify/intproto.cpp b/classify/intproto.cpp index 87e2b26dd..e678ce4a4 100644 --- a/classify/intproto.cpp +++ b/classify/intproto.cpp @@ -1314,9 +1314,10 @@ BOOL8 FillerDone(TABLE_FILLER *Filler) { * are expressed in a circular coordinate system whose range * is 0 to 1. * @param ParamTable table of bit vectors, one per param bucket - * @param Bit bit position in vectors to be filled - * @param Center center of filled area - * @param Spread spread of filled area + * @param Bit bit position in vectors to be filled + * @param Center center of filled area + * @param Spread spread of filled area + * @param debug debug flag * @return none * @note Globals: none * @note Exceptions: none @@ -1356,10 +1357,11 @@ void FillPPCircularBits(uinT32 ParamTable[NUM_PP_BUCKETS][WERDS_PER_PP_VECTOR], * are expressed in a linear coordinate system whose range * is approximately 0 to 1. Values outside this range will * be clipped. - * @param ParamTable table of bit vectors, one per param bucket - * @param Bit bit number being filled - * @param Center center of filled area - * @param Spread spread of filled area + * @param ParamTable table of bit vectors, one per param bucket + * @param Bit bit number being filled + * @param Center center of filled area + * @param Spread spread of filled area + * @param debug debug flag * @return none * @note Globals: none * @note Exceptions: none @@ -1753,9 +1755,9 @@ void InitTableFiller (FLOAT32 EndPad, FLOAT32 SidePad, #ifndef GRAPHICS_DISABLED /** * This routine renders the specified feature into ShapeList. - * @param ShapeList shape list to add feature rendering to - * @param Feature feature to be rendered - * @param Color color to use for feature rendering + * @param window to add feature rendering to + * @param Feature feature to be rendered + * @param color color to use for feature rendering * @return New shape list with rendering of Feature added. * @note Globals: none * @note Exceptions: none