diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-11-09 17:20:16 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-11-09 17:20:16 (GMT) |
commit | f4d1b6494d5c537ba4a086d61ea86b1dd6843e4b (patch) | |
tree | 2a673ed72d271dfaa7cc973c886c03b45881955a /Documentation/API/Doxyfile | |
parent | 8774d67aabd02086ec0663bb4567cef14bd513c6 (diff) | |
download | swift-contrib-f4d1b6494d5c537ba4a086d61ea86b1dd6843e4b.zip swift-contrib-f4d1b6494d5c537ba4a086d61ea86b1dd6843e4b.tar.bz2 |
Fixed windows compilation.
Diffstat (limited to 'Documentation/API/Doxyfile')
-rw-r--r-- | Documentation/API/Doxyfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/API/Doxyfile b/Documentation/API/Doxyfile index 221cb3c..dcc6286 100644 --- a/Documentation/API/Doxyfile +++ b/Documentation/API/Doxyfile @@ -108,6 +108,9 @@ INPUT = \ Swiften/Queries \ Swiften/Roster/XMPPRoster.h \ Swiften/StringCodecs \ + Swiften/TLS/BlindCertificateTrustChecker.h \ + Swiften/TLS/Certificate.h \ + Swiften/TLS/CertificateTrustChecker.h \ Swiften/VCards INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h |