]> git.ipfire.org Git - thirdparty/asterisk.git/commit
documentation: Add since tag to xmldocs DTD
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Feb 2022 01:11:43 +0000 (01:11 +0000)
committerN A <mail@interlinked.x10host.com>
Thu, 24 Feb 2022 12:37:44 +0000 (06:37 -0600)
commiteb77229b538be90e02af10aea6cb9088fcd75ef9
treebcf83d894176f0dd68b9be9be569ff667d78623c
parent4cb4a3ed01b1c31eb8f1c94c9a0cef63878f7eda
documentation: Add since tag to xmldocs DTD

Adds the since tag to the documentation DTD so
that individual applications, functions, etc.
can now specify when they were added to Asterisk.

This tag is added at the individual application,
function, etc. level as opposed to at the module
level because modules can expand over time as new
functionality is added, and granularity only
to the module level would generally not be useful.

This enables the ability to more easily determine
when new functionality was added to Asterisk, down
to minor version as opposed to just by major version.
This makes it easier for users to write more portable
dialplan if desired to not use functionality that may
not be widely available yet.

ASTERISK-29896 #close

Change-Id: Ibbb35c702d8038bdc3fd0a944fbfa69384cc15d5
apps/app_reload.c
doc/appdocsxml.dtd