silence doxygen; new params are unused?

This commit is contained in:
Jim O'Regan 2015-07-20 12:15:37 +01:00
parent aeb173148d
commit f18387fd3a

View File

@ -15,9 +15,9 @@
** See the License for the specific language governing permissions and ** See the License for the specific language governing permissions and
** limitations under the License. ** limitations under the License.
******************************************************************************/ ******************************************************************************/
/**---------------------------------------------------------------------------- /*----------------------------------------------------------------------------
Include Files and Type Defines Include Files and Type Defines
----------------------------------------------------------------------------**/ ----------------------------------------------------------------------------*/
#include "mf.h" #include "mf.h"
#include "featdefs.h" #include "featdefs.h"
@ -37,7 +37,9 @@
* the features into the new format. Then deallocate the * the features into the new format. Then deallocate the
* old micro-features. * old micro-features.
* @param Blob blob to extract micro-features from * @param Blob blob to extract micro-features from
* @param denorm control parameter to feature extractor. * @param bl_denorm currently unused
* @param cn_denorm control parameter to feature extractor.
* @param fx_info currently unused
* @return Micro-features for Blob. * @return Micro-features for Blob.
* @note Exceptions: none * @note Exceptions: none
* @note History: Wed May 23 18:06:38 1990, DSJ, Created. * @note History: Wed May 23 18:06:38 1990, DSJ, Created.