Can't get indent to leave comments alone
"Peter H. Fröhlich" <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Running GNU indent 2.2.9 on OS X 10.4 through fink. Given the --dont- format-comments option in .indent.pro it still turns size_t strlcat(/*@in@*/ /*@out@*/ char *dst, const char *src, size_t siz); into size_t strlcat( /*@in@ *//*@out@ */ char *dst, const char *src, size_t siz); instead. Needless to say, while splint isn't troubled by this, my sense of beauty is. :-) If there's any way to *really* not touch comments in 2.2.9, I'd love to hear about it. Cheers, Peter PS: Note that I am not on the mailing list, please cc me if there's a solution with 2.2.9 or if there is a newer version that doesn't have this problem anymore.