]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 6 Dec 2023 21:23:54 +0000 (21:23 +0000)
commit008731b0a4b96c4e6c340fff738cc12364985b64
tree42b991267dd80b567d9a6405874179da03e80f1f
parent45da3ff9fa04b1c3956d461c5196ddd676b49568
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.
main/logger.c
main/logger.xml [new file with mode: 0644]