Previous: config directives, Up: Config File Format [Contents][Index]
Comments are lines beginning with a hash mark (#),
XML-style comments (<!-- arbitrary text -->), and
unrecognized XML directives.
# this is a comment
<!-- this is also
a comment -->
<?this is
a bad comment ;->