summaryrefslogtreecommitdiff
path: root/res/ari
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-04-16 18:59:54 -0600
committerGeorge Joseph <gjoseph@digium.com>2017-04-16 18:59:54 -0600
commitb55d21ad919b42829721ca3a0f7425a0b429ff12 (patch)
tree636725d646446ad0f21130e1bf765a0c21d19284 /res/ari
parent49535c17fc6feefb1533e5460d9bde5815178647 (diff)
make ari-stubs so doc periodic jobs can run
The periodic doc job does a make ari-stubs and checks that there are no changes before generating the docs. Since I changed the mustache template (and the generated code directly) recently and forgot to regenerate the stubs, the doc job thinks they're out of date. Change-Id: I94b97035311eccf52b0101b8590223265a7881d4
Diffstat (limited to 'res/ari')
-rw-r--r--res/ari/resource_channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/ari/resource_channels.h b/res/ari/resource_channels.h
index f68db2f5b..b071d08ba 100644
--- a/res/ari/resource_channels.h
+++ b/res/ari/resource_channels.h
@@ -78,7 +78,7 @@ struct ast_ari_channels_originate_args {
const char *other_channel_id;
/*! The unique id of the channel which is originating this one. */
const char *originator;
- /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16". Format names an be found with "core show codecs". */
+ /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16". Format names can be found with "core show codecs". */
const char *formats;
};
/*!
@@ -179,7 +179,7 @@ struct ast_ari_channels_originate_with_id_args {
const char *other_channel_id;
/*! The unique id of the channel which is originating this one. */
const char *originator;
- /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16". Format names an be found with "core show codecs". */
+ /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16". Format names can be found with "core show codecs". */
const char *formats;
};
/*!