WRAP_EXCLUDE.rst 364 B

12345678910
  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. For example, C++ code can be
  6. wrapped into Java or Python etc using SWIG etc. If WRAP_EXCLUDE is
  7. set to true (1 etc) that indicates that this source file should not be
  8. wrapped.