v0.5 preparations. (#1135)

This commit is contained in:
Nikolay Igotti
2017-12-15 13:25:25 +03:00
committed by GitHub
parent e2040f9b5d
commit 5ad0643154
8 changed files with 45 additions and 19 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ path elements, e.g. `time.h` or `curl/curl.h`. So if the library is usually
included with `#include <SomeLbrary/Header.h>`, then it would probably be
correct to filter headers with
```
headerFilter = SomeLbrary/**
headerFilter = SomeLibrary/**
```
If `headerFilter` is not specified, then all headers are included.