]> 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:21:33 +0000 (18:21 +0000)
commitb777ae258a3a2ba8235ad64f3913dfdbce92c36a
tree85ebf39c2decb2dc657c18e19469ad2e864bb8e9
parent4d54627fe800523e81c6e2e5e0957ea2b83ec83f
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 2f405d232a5a7bcb1f58bebac383ee8c4943190c)
main/logger.c
main/logger.xml [new file with mode: 0644]