fix some params

This commit is contained in:
Jim O'Regan 2015-07-20 18:11:13 +01:00
parent af77f860a0
commit 01df24eb50

View File

@ -1317,6 +1317,7 @@ BOOL8 FillerDone(TABLE_FILLER *Filler) {
* @param Bit bit position in vectors to be filled * @param Bit bit position in vectors to be filled
* @param Center center of filled area * @param Center center of filled area
* @param Spread spread of filled area * @param Spread spread of filled area
* @param debug debug flag
* @return none * @return none
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none
@ -1360,6 +1361,7 @@ void FillPPCircularBits(uinT32 ParamTable[NUM_PP_BUCKETS][WERDS_PER_PP_VECTOR],
* @param Bit bit number being filled * @param Bit bit number being filled
* @param Center center of filled area * @param Center center of filled area
* @param Spread spread of filled area * @param Spread spread of filled area
* @param debug debug flag
* @return none * @return none
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none
@ -1753,9 +1755,9 @@ void InitTableFiller (FLOAT32 EndPad, FLOAT32 SidePad,
#ifndef GRAPHICS_DISABLED #ifndef GRAPHICS_DISABLED
/** /**
* This routine renders the specified feature into ShapeList. * This routine renders the specified feature into ShapeList.
* @param ShapeList shape list to add feature rendering to * @param window to add feature rendering to
* @param Feature feature to be rendered * @param Feature feature to be rendered
* @param Color color to use for feature rendering * @param color color to use for feature rendering
* @return New shape list with rendering of Feature added. * @return New shape list with rendering of Feature added.
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none