From: Naveen Albert Date: Sat, 5 Feb 2022 01:11:43 +0000 (+0000) Subject: documentation: Add since tag to xmldocs DTD X-Git-Tag: 19.3.0-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb77229b538be90e02af10aea6cb9088fcd75ef9;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_reload.c b/apps/app_reload.c index 16bcd63844..88f234d363 100644 --- a/apps/app_reload.c +++ b/apps/app_reload.c @@ -39,6 +39,11 @@ /*** DOCUMENTATION + + 16.20.0 + 18.6.0 + 19.0.0 + Reloads an Asterisk module, blocking the channel until the reload has completed. diff --git a/doc/appdocsxml.dtd b/doc/appdocsxml.dtd index c311e8df5b..fbcad6ddfe 100644 --- a/doc/appdocsxml.dtd +++ b/doc/appdocsxml.dtd @@ -33,22 +33,22 @@ - + - + - + - + @@ -62,7 +62,7 @@ - + @@ -102,6 +102,10 @@ + + + +