File: documentation

package info (click to toggle)
widelands 1%3A15-3squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 206,508 kB
  • ctags: 12,956
  • sloc: cpp: 96,550; python: 2,636; ada: 849; sh: 269; objc: 254; makefile: 180
file content (1 line) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
This catches a comma that is followed by another character than a space, for example "a,b,c", which should be "a, b, c". It is a little complex because it should not catch commas in string constants or character constants.