]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 25 Feb 2022 19:03:58 +0000 (13:03 -0600)
commit3499aea8825b5e8d4f4cc2975b9b03efc5a22dda
tree0315db2cd0aa45b8949ae7e87e1e2ed13d35b2b6
parent63db7505f265d3ab145e1fd320dd1595404fec18
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