Browse Source

Added previously added CS_IGNORE_FILE to CheckMacrosPass documentation.

pull/224/head
triton 11 years ago
parent
commit
8fbd68549e
  1. 3
      src/Generator/Passes/CheckMacrosPass.cs

3
src/Generator/Passes/CheckMacrosPass.cs

@ -11,6 +11,9 @@ namespace CppSharp.Passes
/// stands for CppSharp. Using custom prefixes is also supported by /// stands for CppSharp. Using custom prefixes is also supported by
/// passing the value to the constructor of the pass. /// passing the value to the constructor of the pass.
/// ///
/// CS_IGNORE_FILE (translation units)
/// Used to ignore whole translation units.
///
/// CS_IGNORE (declarations) /// CS_IGNORE (declarations)
/// Used to ignore declarations from being processed. /// Used to ignore declarations from being processed.
/// ///

Loading…
Cancel
Save