Package schrodinger :: Package application :: Package jaguar :: Module check_headers
[hide private]
[frames] | no frames]

Module check_headers

Functions [hide private]
 
format(str)
 
unwrap_lines(lines)
The header files are generated with line wrapping, but here we assume that only the comment fields (demarked by */ ...
 
strip_lines(lines)
 
main()
Check auto-generated header files against reference files with a .ref subscript
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

unwrap_lines(lines)

 

The header files are generated with line wrapping, but here we assume that only the comment fields (demarked by */ ... /*) are in practice wrapped. This function then concatenates separate lines belonging to the same comment into a single line.