Browse Source

Update for doxygen: add function names to \brief

pre-master-46
Holger Vogt 3 years ago
parent
commit
70f38ec25f
  1. 2
      src/maths/cmaths/cmath1.c
  2. 2
      src/maths/cmaths/cmath2.c
  3. 2
      src/maths/cmaths/cmath3.c
  4. 2
      src/maths/cmaths/cmath4.c

2
src/maths/cmaths/cmath1.c

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/ **********/
/** \file cmath1.c /** \file cmath1.c
\brief functions for the control language parser
\brief functions for the control language parser: mag, ph, cph, unwrap, j, real, conj, pos, db, log10, log, exp, sqrt, sin, sinh, cos, coh, tan, tanh, atan, sortorder
Routines to do complex mathematical functions. These routines require Routines to do complex mathematical functions. These routines require
the -lm libraries. We sacrifice a lot of space to be able the -lm libraries. We sacrifice a lot of space to be able

2
src/maths/cmaths/cmath2.c

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/ **********/
/** \file cmath2.c /** \file cmath2.c
\brief functions for the control language parser
\brief functions for the control language parser: norm, uminus, rnd, sunif, sgauss, poisson, exponential, mean, stddev, length, vector, unitvec, plus, minus, times, mod, max, min, d, avg, floor, ceil, nint
Routines to do complex mathematical functions. These routines require Routines to do complex mathematical functions. These routines require
the -lm libraries. We sacrifice a lot of space to be able the -lm libraries. We sacrifice a lot of space to be able

2
src/maths/cmaths/cmath3.c

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/ **********/
/** \file cmath3.c /** \file cmath3.c
\brief functions for the control language parser
\brief functions for the control language parser: divide, comma, power, eq, gt, lt, ge, le, ne
Routines to do complex mathematical functions. These routines require Routines to do complex mathematical functions. These routines require
the -lm libraries. We sacrifice a lot of space to be able the -lm libraries. We sacrifice a lot of space to be able

2
src/maths/cmaths/cmath4.c

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/ **********/
/** \file cmath4.c /** \file cmath4.c
\brief functions for the control language parser
\brief functions for the control language parser: and, or, not, interpolate, deriv, integ, group_delay, fft, ifft
Routines to do complex mathematical functions. These routines require Routines to do complex mathematical functions. These routines require
the -lm libraries. We sacrifice a lot of space to be able the -lm libraries. We sacrifice a lot of space to be able

Loading…
Cancel
Save