]> 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)
committerKevin Harwell <kharwell@digium.com>
Fri, 25 Feb 2022 19:05:06 +0000 (13:05 -0600)
commitc35e205bef6cbb140e10e32c73940c3046854d5a
treecd1855555e585b548937918da90644de3dbff51b
parente26b57984f638bd965c681f99800bc4b15e1d8ce
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