From 8fbd68549e3a8ba78f6ba733f10f092f8c9bdc35 Mon Sep 17 00:00:00 2001 From: triton Date: Tue, 15 Apr 2014 03:51:34 +0100 Subject: [PATCH] Added previously added CS_IGNORE_FILE to CheckMacrosPass documentation. --- src/Generator/Passes/CheckMacrosPass.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Generator/Passes/CheckMacrosPass.cs b/src/Generator/Passes/CheckMacrosPass.cs index 69d3f802..35e678d2 100644 --- a/src/Generator/Passes/CheckMacrosPass.cs +++ b/src/Generator/Passes/CheckMacrosPass.cs @@ -11,6 +11,9 @@ namespace CppSharp.Passes /// stands for CppSharp. Using custom prefixes is also supported by /// passing the value to the constructor of the pass. /// + /// CS_IGNORE_FILE (translation units) + /// Used to ignore whole translation units. + /// /// CS_IGNORE (declarations) /// Used to ignore declarations from being processed. ///