summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Inputs/Frameworks/DocCommentsA.framework/Headers/DocCommentsA.h
blob: d548f8196db5bccdf46ad214ae62e01f3629ca9a (plain)
1
2
3
4
5
6
7
8
/// Comment for 'functionFromDocCommentsA1'.
void functionFromDocCommentsA1(void);

#import <DocCommentsC/DocCommentsC.h>

/// Comment for 'functionFromDocCommentsA2'.
void functionFromDocCommentsA2(void);

OpenPOWER on IntegriCloud