1WRAP_EXCLUDE
2------------
3
4Exclude this source file from any code wrapping techniques.
5
6Some packages can wrap source files into alternate languages to
7provide additional functionality.
8
9For example, C++ code can be wrapped into Java or Python, using SWIG.
10If ``WRAP_EXCLUDE`` is set to ``True``, that indicates that this
11source file should not be wrapped.
12