mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-29 09:01:05 +00:00
Suppress documentation warnings when using external libraries (#1401)
Fixes 1400
This commit is contained in:
parent
96a7723d3b
commit
9d77ef944f
@ -7,7 +7,11 @@
|
||||
// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdocumentation"
|
||||
#import <FBSnapshotTestCase/FBSnapshotTestCase.h>
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#import "ASDisplayNodeTestsHelper.h"
|
||||
|
||||
@class ASDisplayNode;
|
||||
|
@ -8,7 +8,10 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdocumentation"
|
||||
#import <JGMethodSwizzler/JGMethodSwizzler.h>
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
#import <AsyncDisplayKit/ASTableView.h>
|
||||
|
@ -10,7 +10,10 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wdocumentation"
|
||||
#import <FBSnapshotTestCase/FBSnapshotTestController.h>
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#import <AsyncDisplayKit/ASTextKitAttributes.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user