Skip to content

Commit 6f094fd

Browse files
Aligned keywords in objc
When using @brief, it should be aligned with @param and @return.
1 parent 802f499 commit 6f094fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VVDocumenter-Xcode/Commenter/VVBaseCommenter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ -(NSString *) startCommentWithDescriptionTag:(NSString *)tag {
102102
-(NSString *) startComment
103103
{
104104
NSString *descriptionTag =
105-
[[VVDocumenterSetting defaultSetting] briefDescription] && !self.forSwift ? @"@brief " : @"";
105+
[[VVDocumenterSetting defaultSetting] briefDescription] && !self.forSwift ? @"@brief " : @"";
106106
return [self startCommentWithDescriptionTag:descriptionTag];
107107
}
108108

0 commit comments

Comments
 (0)