Update for doxygen: add function names to \brief

This commit is contained in:
Holger Vogt 2022-10-12 21:49:08 +02:00
parent 39fd21b04b
commit 2378302114
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/** \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
the -lm libraries. We sacrifice a lot of space to be able

View File

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/** \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
the -lm libraries. We sacrifice a lot of space to be able

View File

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/** \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
the -lm libraries. We sacrifice a lot of space to be able

View File

@ -4,7 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/** \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
the -lm libraries. We sacrifice a lot of space to be able