mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before
XML documentation was introduced (1.6.2.0).
(cherry picked from commit b4156fecf0
)
This commit is contained in:
committed by
Asterisk Development Team
parent
6d37b56fee
commit
3f15501335
20
main/cel.c
20
main/cel.c
@@ -63,25 +63,35 @@
|
||||
<configInfo name="cel" language="en_US">
|
||||
<configFile name="cel.conf">
|
||||
<configObject name="general">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Options that apply globally to Channel Event Logging (CEL)</synopsis>
|
||||
<configOption name="enable">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>Determines whether CEL is enabled</synopsis>
|
||||
</configOption>
|
||||
<configOption name="dateformat">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>The format to be used for dates when logging</synopsis>
|
||||
</configOption>
|
||||
<configOption name="apps">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>List of apps for CEL to track</synopsis>
|
||||
<description><para>A case-insensitive, comma-separated list of applications
|
||||
to track when one or both of APP_START and APP_END events are flagged for
|
||||
tracking</para></description>
|
||||
</configOption>
|
||||
<configOption name="events">
|
||||
<since><version>12.0.0</version></since>
|
||||
<since>
|
||||
<version>12.0.0</version>
|
||||
</since>
|
||||
<synopsis>List of events for CEL to track</synopsis>
|
||||
<description><para>A case-sensitive, comma-separated list of event names
|
||||
to track. These event names do not include the leading <literal>AST_CEL</literal>.
|
||||
|
Reference in New Issue
Block a user