fix some param names; add some missing params, no docs

This commit is contained in:
Jim O'Regan 2015-07-20 17:52:02 +01:00
parent 4c2a83823b
commit 81a2c0cbe1

View File

@ -80,8 +80,8 @@ DOUBLE_PARAM_FLAG(clusterconfig_confidence, Config.Confidence,
* *
* Globals: * Globals:
* - Config current clustering parameters * - Config current clustering parameters
* @param argc number of command line arguments to parse * @param argc number of command line arguments to parse
* @parm argv command line arguments * @param argv command line arguments
* @return none * @return none
* @note Exceptions: Illegal options terminate the program. * @note Exceptions: Illegal options terminate the program.
*/ */
@ -378,6 +378,11 @@ LABELEDLIST NewLabeledList (
* samples by FontName and CharName. It then returns this * samples by FontName and CharName. It then returns this
* data structure. * data structure.
* @param file open text file to read samples from * @param file open text file to read samples from
* @param feature_defs
* @param feature_name
* @param max_samples
* @param unicharset
* @param training_samples
* @return none * @return none
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none
@ -444,7 +449,7 @@ void ReadTrainingSamples(const FEATURE_DEFS_STRUCT& feature_defs,
/** /**
* This routine deallocates all of the space allocated to * This routine deallocates all of the space allocated to
* the specified list of training samples. * the specified list of training samples.
* @param FontList list of all fonts in document * @param CharList list of all fonts in document
* @return none * @return none
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none
@ -725,7 +730,7 @@ MERGE_CLASS NewLabeledClass (
/** /**
* This routine deallocates all of the space allocated to * This routine deallocates all of the space allocated to
* the specified list of training samples. * the specified list of training samples.
* @param FontList list of all fonts in document * @param ClassList list of all fonts in document
* @return none * @return none
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none