cleanup spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402880
This commit is contained in:
Davis King 2009-02-28 19:24:50 +00:00
parent 543da8097c
commit d4072818c3
1 changed files with 2 additions and 8 deletions

View File

@ -640,11 +640,8 @@ namespace dlib
// ----------------------------------------------------------------------------------------
template <
typename EXP
>
long index_of_max (
const matrix_exp<EXP>& m
const matrix_exp& m
);
/*!
requires
@ -657,11 +654,8 @@ namespace dlib
// ----------------------------------------------------------------------------------------
template <
typename EXP
>
long index_of_min (
const matrix_exp<EXP>& m
const matrix_exp& m
);
/*!
requires