Opened 13 years ago
Last modified 13 years ago
#4097 new enhancement
Add support for multi-line comments
| Reported by: | sdlime | Owned by: | sdlime |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.2 release |
| Component: | MapServer C Library | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | jmckenna |
Description
While editing mapfiles it's often necessary to comment out sections of configuration. MapServer only supports Perl-style single line comments using a # character. Using includes is one workaround but it would be nice to support some sort of multi-line comment, perhaps C-style /* */.
Steve
Note:
See TracTickets
for help on using tickets.

Adding C-style comments would be a great addition.