mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
remove \n from the end of a couple of synopsis fields
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23929 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -168,7 +168,7 @@ static int speech_score(struct ast_channel *chan, char *cmd, char *data,
|
|||||||
|
|
||||||
static struct ast_custom_function speech_score_function = {
|
static struct ast_custom_function speech_score_function = {
|
||||||
.name = "SPEECH_SCORE",
|
.name = "SPEECH_SCORE",
|
||||||
.synopsis = "Gets the confidence score of a result.\n",
|
.synopsis = "Gets the confidence score of a result.",
|
||||||
.syntax = "SPEECH_SCORE(result number)",
|
.syntax = "SPEECH_SCORE(result number)",
|
||||||
.desc =
|
.desc =
|
||||||
"Gets the confidence score of a result.\n",
|
"Gets the confidence score of a result.\n",
|
||||||
@@ -194,7 +194,7 @@ static int speech_text(struct ast_channel *chan, char *cmd, char *data,
|
|||||||
|
|
||||||
static struct ast_custom_function speech_text_function = {
|
static struct ast_custom_function speech_text_function = {
|
||||||
.name = "SPEECH_TEXT",
|
.name = "SPEECH_TEXT",
|
||||||
.synopsis = "Gets the recognized text of a result.\n",
|
.synopsis = "Gets the recognized text of a result.",
|
||||||
.syntax = "SPEECH_TEXT(result number)",
|
.syntax = "SPEECH_TEXT(result number)",
|
||||||
.desc =
|
.desc =
|
||||||
"Gets the recognized text of a result.\n",
|
"Gets the recognized text of a result.\n",
|
||||||
|
Reference in New Issue
Block a user