WRAP_EXCLUDE.rst 357 B

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