Fix validation errors when producing documentation using default build script
authorMatthew Jordan <mjordan@digium.com>
Wed, 11 Jul 2012 02:06:05 +0000 (02:06 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 11 Jul 2012 02:06:05 +0000 (02:06 +0000)
commit9bc2127d7b3ae5c585235eda503621007c2495ab
treec423baeac7a96f88a3f06e54f3ca454350a1cab5
parent2ffae5745d6d68f1599f4dfbf0ead131cf5acc32
Fix validation errors when producing documentation using default build script

The awk script parses out the first instance of the DOCUMENTATION tag that it
finds within a file.  If a file did not previously have a DOCUMENTATION tag
but received one due to it having an AMI event, then the XML fragment
associated with the AMI event was erroneously placed in the resulting XML
file.  Without the python scripts, these XML fragments will not validate.

This patch adds DOCUMENTATION tags at the top of those files that did
not previously have them to prevent the awk script from pulling AMI event
documentation.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/sig_analog.c
channels/sig_pri.c
main/asterisk.c
main/cdr.c
main/channel.c
main/loader.c
main/logger.c