From c4afe9e6642b43ce5938165bbfb43e2e98942761 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Sat, 5 Feb 2022 01:11:43 +0000 Subject: [PATCH] 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 | 5 +++++ doc/appdocsxml.dtd | 14 +++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) 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 @@ + + + +