George Joseph
2b428734fd
docs: Enable since/version handling for XML, CLI and ARI documentation
...
* Added the "since" element to the XML configObject and configOption elements
in appdocsxml.dtd.
* Added the "Since" section to the following CLI output:
```
config show help <module> <object>
config show help <module> <object> <option>
core show application <app>
core show function <func>
manager show command <command>
manager show event <event>
agi show commands topic <topic>
```
* Refactored the commands above to output their sections in the same order:
Synopsis, Since, Description, Syntax, Arguments, SeeAlso
* Refactored the commands above so they all use the same pattern for writing
the output to the CLI.
* Fixed several memory leaks caused by failure to free temporary output
buffers.
* Added a "since" array to the mustache template for the top-level resources
(Channel, Endpoint, etc.) and to the paths/methods underneath them. These
will be added to the generated markdown if present.
Example:
```
"resourcePath": "/api-docs/channels.{format}",
"requiresModules": [
"res_stasis_answer",
"res_stasis_playback",
"res_stasis_recording",
"res_stasis_snoop"
],
"since": [
"18.0.0",
"21.0.0"
],
"apis": [
{
"path": "/channels",
"description": "Active channels",
"operations": [
{
"httpMethod": "GET",
"since": [
"18.6.0",
"21.8.0"
],
"summary": "List all active channels in Asterisk.",
"nickname": "list",
"responseClass": "List[Channel]"
},
```
NOTE: No versioning information is actually added in this commit.
Those will be added separately and instructions for adding and maintaining
them will be published on the documentation site at a later date.
(cherry picked from commit 3c867e6e6c )
2025-01-23 18:42:28 +00:00
..
2023-01-13 08:32:33 -06:00
2023-08-09 15:10:46 +00:00
2021-11-16 05:59:44 -06:00
2024-11-14 20:02:03 +00:00
2021-12-02 10:26:08 -06:00
2025-01-23 18:42:28 +00:00
2021-12-02 15:02:09 -06:00
2021-11-16 05:59:44 -06:00
2024-11-14 20:02:03 +00:00
2021-11-18 16:25:51 -06:00
2023-09-14 17:58:24 +00:00
2024-02-28 18:39:03 +00:00
2025-01-23 18:42:28 +00:00
2021-12-02 15:02:09 -06:00
2023-03-20 09:29:23 -05:00
2021-12-02 15:02:09 -06:00
2025-01-23 18:42:28 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-11-18 09:20:52 -06:00
2023-01-13 08:32:33 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-03 10:38:39 -06:00
2024-04-22 12:02:44 +00:00
2021-12-02 10:26:08 -06:00
2023-01-10 14:07:44 -06:00
2024-08-12 15:21:35 +00:00
2024-08-12 15:21:35 +00:00
2024-08-12 15:21:35 +00:00
2024-08-12 15:21:35 +00:00
2025-01-23 18:42:28 +00:00
2021-12-02 15:02:09 -06:00
2022-11-08 09:15:55 -06:00
2023-01-03 09:00:42 -06:00
2022-07-07 08:19:14 -05:00
2021-12-13 08:57:26 -06:00
2021-12-13 08:57:26 -06:00
2021-12-02 15:02:09 -06:00
2023-01-31 11:23:11 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 10:37:38 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-11-18 08:17:56 -06:00
2021-12-02 15:02:09 -06:00
2020-03-13 09:58:59 -05:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2020-03-13 09:58:59 -05:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2023-05-03 09:37:57 -06:00
2021-09-10 11:08:11 -05:00
2023-04-10 14:38:51 -05:00
2021-12-13 08:57:26 -06:00
2021-11-18 08:17:56 -06:00
2024-08-12 15:21:35 +00:00
2021-12-02 15:02:09 -06:00
2023-01-10 14:07:44 -06:00
2023-01-13 08:32:33 -06:00
2024-06-05 18:09:58 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-01-04 05:00:58 -06:00
2021-12-02 15:02:09 -06:00
2023-11-28 19:54:04 +00:00
2021-11-18 16:13:18 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2022-01-31 07:18:51 -06:00
2021-12-15 09:58:27 -06:00
2021-12-13 08:57:26 -06:00
2021-12-02 15:02:09 -06:00
2024-04-29 13:24:07 +00:00
2023-10-05 14:38:05 +00:00
2021-11-18 08:17:56 -06:00
2025-01-23 18:42:28 +00:00
2021-12-02 15:02:09 -06:00
2025-01-23 18:42:28 +00:00
2025-01-23 18:42:28 +00:00
2021-12-02 15:02:09 -06:00
2019-01-28 12:26:58 -07:00
2021-12-02 15:02:09 -06:00
2019-11-18 08:30:45 -06:00
2021-11-16 05:59:44 -06:00
2024-04-30 14:14:17 +00:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2023-09-20 19:15:07 +00:00
2022-12-08 08:07:12 -06:00
2020-12-09 11:17:27 -06:00
2025-01-23 18:42:28 +00:00
2021-12-03 10:38:39 -06:00
2021-12-02 15:02:09 -06:00
2021-11-16 05:59:44 -06:00
2021-11-16 05:59:44 -06:00
2023-08-09 15:10:46 +00:00
2023-01-31 11:23:11 -06:00
2023-01-31 11:23:11 -06:00
2020-01-14 09:36:44 -06:00
2019-12-13 14:24:10 -06:00
2023-01-31 11:23:11 -06:00
2022-12-09 08:59:04 -06:00
2021-12-03 10:38:39 -06:00
2021-11-19 02:50:36 -06:00
2023-12-20 14:02:33 +00:00
2021-12-03 10:38:39 -06:00
2021-11-18 12:14:54 -06:00
2023-05-18 11:41:38 -06:00
2021-11-18 12:14:54 -06:00
2024-02-28 18:39:03 +00:00
2025-01-23 18:42:28 +00:00
2021-12-03 10:38:39 -06:00
2024-02-28 18:39:03 +00:00
2024-09-12 18:46:48 +00:00
2021-11-16 05:59:44 -06:00
2022-01-21 10:06:57 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2022-01-19 09:44:24 -06:00
2019-11-18 08:30:45 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2019-01-28 12:26:58 -07:00
2022-04-26 14:26:48 -05:00
2021-11-18 08:17:56 -06:00
2021-12-13 08:57:26 -06:00
2021-12-02 10:37:38 -06:00
2021-12-02 10:37:38 -06:00
2021-11-18 14:46:42 -06:00
2021-11-18 14:46:42 -06:00
2021-11-18 14:46:42 -06:00
2021-11-18 14:46:42 -06:00
2021-11-18 14:46:42 -06:00
2021-12-13 08:57:26 -06:00
2024-08-12 15:21:35 +00:00
2021-12-13 08:57:26 -06:00
2021-12-13 08:57:26 -06:00
2021-11-18 14:46:42 -06:00
2019-06-28 11:41:15 -05:00
2021-11-18 14:46:42 -06:00
2021-11-18 14:46:42 -06:00
2021-12-02 10:37:38 -06:00
2021-12-03 10:38:39 -06:00
2021-12-02 15:02:09 -06:00
2022-05-09 08:21:45 -05:00
2025-01-23 18:42:28 +00:00
2021-11-18 08:17:56 -06:00
2021-11-18 08:17:56 -06:00
2021-12-02 15:02:09 -06:00
2023-01-03 09:00:42 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 10:26:08 -06:00
2025-01-23 18:42:28 +00:00
2021-12-13 08:57:26 -06:00
2021-12-02 15:02:09 -06:00
2023-01-31 11:23:11 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 10:26:08 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2021-12-02 15:02:09 -06:00
2023-03-01 09:50:02 -06:00
2023-05-11 13:05:49 -06:00
2021-12-02 15:02:09 -06:00
2023-01-31 11:23:11 -06:00
2025-01-23 18:42:28 +00:00