]> git.ipfire.org Git - thirdparty/asterisk.git/commit
logger.c: Move LOG_GROUP documentation to dedicated XML file.
authorSean Bright <sean@seanbright.com>
Fri, 1 Dec 2023 17:03:29 +0000 (12:03 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:32:13 +0000 (18:32 +0000)
commitb9a9e1e7422b98ef8ad764324500b6781996020a
treea89d9d05e6a844038790f7e8feb666708f859116
parentdd79040125ca5f3e7c02b308fdd3fbab865495f0
logger.c: Move LOG_GROUP documentation to dedicated XML file.

The `get_documentation` awk script will only extract the first
DOCUMENTATION block that it finds in a given file. This is by design
(9bc2127) to prevent AMI event documentation from being pulled in to
the core.xml documentation file.

Because of this, the `LOG_GROUP` documentation added in 89709e2 was
not being properly extracted and was missing fom the resulting XML
documentation file. This commit moves the `LOG_GROUP` documentation to
a separate `logger.xml` file.

(cherry picked from commit 1d05e34d98f3958aae64bd125ed1039f95f65125)
main/logger.c
main/logger.xml [new file with mode: 0644]