Skip to content

Commit

Permalink
fixed a few clang -Wdocumentation warnings, comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Jun 27, 2013
1 parent e2e9785 commit 86d985c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
7 changes: 2 additions & 5 deletions Classes/NDResourceFork.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NDResourceFork.h category
Created by Nathan Day on 05.12.01 under a MIT-style license.
Copyright (c) 2008-2012 Nathan Day
Copyright (c) 2008-2013 Nathan Day
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -113,10 +113,7 @@
- (instancetype)initForWritingAtPath:(NSString *)path;
/*!
@method closeFile
@abstract
@discussion
@param
@result
@abstract Closes the resource file.
*/
- (void)closeFile;
/*!
Expand Down
3 changes: 1 addition & 2 deletions Classes/NSSavePanel+NDAlias.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NSSavePanel+NDAlias.h
Created by Sean McBride on 18.08.07 under a MIT-style license.
Copyright (c) 2008-2011 Nathan Day
Copyright (c) 2008-2013 Nathan Day
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -55,7 +55,6 @@
@method setDirectoryAlias
@abstract Sets the current directory currently shown in the receiver to the alias given. Does nothing if the alias cannot be resolved.
@discussion Works in a similiar way to -[NSSavePanel setDirectory].
@result
*/
- (void)setDirectoryAlias:(NDAlias*)alias;

Expand Down
12 changes: 6 additions & 6 deletions Classes/NSString+NDCarbonUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
NSString+NDCarbonUtilities.h
Created by Nathan Day on 03.08.02 under a MIT-style license.
Copyright (c) 2008-2011 Nathan Day
Copyright (c) 2008-2013 Nathan Day
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -261,39 +261,39 @@
@method setIsStationeryFinderInfoFlag:
@abstract <#abstract#>
@discussion <#discussion#>
@param flag <#discussion#>
@param aFlag <#discussion#>
@result <#result#>
*/
- (BOOL)setIsStationeryFinderInfoFlag:(BOOL)aFlag;
/*!
@method setHasNameLockedFinderInfoFlag:
@abstract <#abstract#>
@discussion <#discussion#>
@param flag <#discussion#>
@param aFlag <#discussion#>
@result <#result#>
*/
- (BOOL)setHasNameLockedFinderInfoFlag:(BOOL)aFlag;
/*!
@method setHasBundleFinderInfoFlag:
@abstract <#abstract#>
@discussion <#discussion#>
@param flag <#discussion#>
@param aFlag <#discussion#>
@result <#result#>
*/
- (BOOL)setHasBundleFinderInfoFlag:(BOOL)aFlag;
/*!
@method setIsInvisibleFinderInfoFlag:
@abstract <#abstract#>
@discussion <#discussion#>
@param flag <#discussion#>
@param aFlag <#discussion#>
@result <#result#>
*/
- (BOOL)setIsInvisibleFinderInfoFlag:(BOOL)aFlag;
/*!
@method setIsAliasFinderInfoFlag:
@abstract <#abstract#>
@discussion <#discussion#>
@param flag <#discussion#>
@param aFlag <#discussion#>
@result <#result#>
*/
- (BOOL)setIsAliasFinderInfoFlag:(BOOL)aFlag;
Expand Down

0 comments on commit 86d985c

Please sign in to comment.