mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 03:02: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).
This commit is contained in:
@@ -322,7 +322,11 @@ int __ast_pthread_mutex_lock(const char *filename, int lineno, const char *func,
|
||||
/*** DOCUMENTATION
|
||||
<managerEvent language="en_US" name="DeadlockStart">
|
||||
<managerEventInstance class="EVENT_FLAG_SYSTEM">
|
||||
<since><version>16.29.0</version><version>18.15.0</version><version>19.7.0</version></since>
|
||||
<since>
|
||||
<version>16.29.0</version>
|
||||
<version>18.15.0</version>
|
||||
<version>19.7.0</version>
|
||||
</since>
|
||||
<synopsis>Raised when a probable deadlock has started.
|
||||
Delivery of this event is attempted but not guaranteed,
|
||||
and could fail for example if the manager itself is deadlocked.
|
||||
|
Reference in New Issue
Block a user