Doxygen changes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48491 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson
2006-12-15 13:36:34 +00:00
parent 168deb2366
commit 0722c9ae77
2 changed files with 8 additions and 12 deletions

View File

@@ -262,7 +262,9 @@ int tdd_generate(struct tdd_state *tdd, unsigned char *buf, const char *str)
int bytes=0;
int i,x;
char c;
/*! Baudot letters */
static unsigned char lstr[31] = "\000E\nA SIU\rDRJNFCKTZLWHYPQOBG\000MXV";
/*! Baudot figures */
static unsigned char fstr[31] = "\0003\n- \00787\r$4',!:(5\")2\0006019?&\000./;";
/* Initial carriers (real/imaginary) */
float cr = 1.0;