Browse Source

Renamed IgnoreModulessWithName to IgnoreHeadersWithName to better reflect what it does.

pull/1/head
triton 13 years ago
parent
commit
597dd4c960
  1. 2
      src/Generator/Library.cs

2
src/Generator/Library.cs

@ -269,7 +269,7 @@ namespace Cxxi @@ -269,7 +269,7 @@ namespace Cxxi
#region Module Helpers
public static void IgnoreModulessWithName(this Library library, string pattern)
public static void IgnoreHeadersWithName(this Library library, string pattern)
{
var modules = library.TranslationUnits.FindAll(
m => Regex.Match(m.FilePath, pattern).Success);

Loading…
Cancel
Save