Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Nov 13, 2013
1 parent c5ce539 commit 78e2053
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Core/Source/DTVersion.h
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2012 Cocoanetics. All rights reserved.

/**
Class that represents a version number comprised of major, minor and maintenance number separarated by dots. For example "1.2.2".
Class that represents a version number comprised of major, minor and maintenance number separated by dots. For example "1.2.2".
This encapsulation simplifies comparing versions against each other. Sub-numbers that are omitted on creating a `DTVersion` are assumed to be 0.
*/
@interface DTVersion : NSObject
Expand Down
2 changes: 1 addition & 1 deletion Core/Source/NSData+DTCrypto.h
Expand Up @@ -7,7 +7,7 @@
//

/**
Useful cryptography methods
Useful cryptography methods.
*/

@interface NSData (DTCrypto)
Expand Down
2 changes: 1 addition & 1 deletion Core/Source/NSFileWrapper+DTCopying.h
Expand Up @@ -7,7 +7,7 @@
//

/**
Methods for copying file wrappers
Methods for copying file wrappers.
*/
@interface NSFileWrapper (DTCopying)

Expand Down
2 changes: 1 addition & 1 deletion Core/Source/NSMutableArray+DTMoving.h
Expand Up @@ -7,7 +7,7 @@
//

/**
Methods that add convient moving methods to `NSMutableArray`
Methods that add convenient moving methods to `NSMutableArray`.
*/

@interface NSMutableArray (DTMoving)
Expand Down
4 changes: 3 additions & 1 deletion Core/Source/NSString+DTFormatNumbers.h
Expand Up @@ -7,7 +7,9 @@
//


/** A collection of category extensions for `NSString` dealing with the formatting of numbers in special contexts. */
/**
A collection of category extensions for `NSString` dealing with the formatting of numbers in special contexts.
*/

@interface NSString (DTFormatNumbers)

Expand Down
2 changes: 1 addition & 1 deletion Core/Source/NSString+DTUtilities.h
Expand Up @@ -8,7 +8,7 @@


/**
A collection of useful additions for `NSString` to deal with paths.
A collection of utility additions for `NSString`.
*/

@interface NSString (DTUtilities)
Expand Down
2 changes: 1 addition & 1 deletion Core/Source/iOS/DTActivityTitleView.h
Expand Up @@ -8,7 +8,7 @@

/**
Alternative view for showing titles with a configurable activity indicator
instead of default title view in navigationItem
instead of default title view in navigationItem.
*/
@interface DTActivityTitleView : UIView

Expand Down
2 changes: 1 addition & 1 deletion Core/Source/iOS/DTPieProgressIndicator.h
Expand Up @@ -7,7 +7,7 @@
//

/**
A Progress indicator shaped like a pie chart
A Progress indicator shaped like a pie chart.
*/

@interface DTPieProgressIndicator : UIView
Expand Down
2 changes: 1 addition & 1 deletion Core/Source/iOS/NSURL+DTAppLinks.h
Expand Up @@ -7,7 +7,7 @@
//


/** A collection of category extensions for `NSURL` that provide direct access to built-in app capabilites.
/** A collection of category extensions for `NSURL` that provide direct access to built-in app capabilities.
For example: Open the app store on the page for the app
Expand Down
2 changes: 1 addition & 1 deletion Core/Source/iOS/UIWebView+DTFoundation.h
Expand Up @@ -7,7 +7,7 @@
//

/**
Some convenient functions that can be also achieved if you know JavaScript, but are way more easy to remember like this
Some convenient functions that can be also achieved if you know JavaScript, but are way more easy to remember like this.
*/

@interface UIWebView (DTFoundation)
Expand Down
34 changes: 16 additions & 18 deletions DTFoundation.xcodeproj/project.pbxproj
Expand Up @@ -59,7 +59,7 @@
A70C4FF817AA7F6900000DF5 /* DTScriptExpression.h in Headers */ = {isa = PBXBuildFile; fileRef = A78EDD1717A65AD700480205 /* DTScriptExpression.h */; settings = {ATTRIBUTES = (Public, ); }; };
A70C4FF917AA7F6900000DF5 /* DTScriptVariable.h in Headers */ = {isa = PBXBuildFile; fileRef = A78EDD1917A65AD700480205 /* DTScriptVariable.h */; settings = {ATTRIBUTES = (Public, ); }; };
A70C4FFA17AA7F6900000DF5 /* NSScanner+DTScripting.h in Headers */ = {isa = PBXBuildFile; fileRef = A78EDD1B17A65AD800480205 /* NSScanner+DTScripting.h */; settings = {ATTRIBUTES = (Public, ); }; };
A70C4FFB17AA7F7D00000DF5 /* DTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D0AA6B153C39920020F18B /* DTUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
A70C4FFB17AA7F7D00000DF5 /* DTCoreGraphicsUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D0AA6B153C39920020F18B /* DTCoreGraphicsUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
A70C4FFC17AA7F9000000DF5 /* UIColor+DTDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = A78EDD2A17A65D4B00480205 /* UIColor+DTDebug.h */; settings = {ATTRIBUTES = (Public, ); }; };
A70C4FFD17AA7F9000000DF5 /* UIView+DTDebug.h in Headers */ = {isa = PBXBuildFile; fileRef = A78EDD2C17A65D4B00480205 /* UIView+DTDebug.h */; settings = {ATTRIBUTES = (Public, ); }; };
A70C4FFE17AA7F9C00000DF5 /* DTActionSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = A78EDD5C17A65F7700480205 /* DTActionSheet.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -194,7 +194,7 @@
A79231CF157A0B9400C3ACBB /* NSURL+DTUnshorten.h in Headers */ = {isa = PBXBuildFile; fileRef = A79231CC157A0B9400C3ACBB /* NSURL+DTUnshorten.h */; };
A79231D0157A0B9400C3ACBB /* NSURL+DTUnshorten.m in Sources */ = {isa = PBXBuildFile; fileRef = A79231CD157A0B9400C3ACBB /* NSURL+DTUnshorten.m */; };
A79231D1157A0B9400C3ACBB /* NSURL+DTUnshorten.m in Sources */ = {isa = PBXBuildFile; fileRef = A79231CD157A0B9400C3ACBB /* NSURL+DTUnshorten.m */; };
A792968F1619F0FA00D5C979 /* DTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA6C153C39920020F18B /* DTUtils.m */; };
A792968F1619F0FA00D5C979 /* DTCoreGraphicsUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA6C153C39920020F18B /* DTCoreGraphicsUtils.m */; };
A79500FD161D680000358BC3 /* NSData+DTCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = A79500F5161D680000358BC3 /* NSData+DTCrypto.h */; settings = {ATTRIBUTES = (Public, ); }; };
A79500FE161D680000358BC3 /* NSData+DTCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = A79500F5161D680000358BC3 /* NSData+DTCrypto.h */; };
A79500FF161D680000358BC3 /* NSData+DTCrypto.h in Headers */ = {isa = PBXBuildFile; fileRef = A79500F5161D680000358BC3 /* NSData+DTCrypto.h */; };
Expand Down Expand Up @@ -229,10 +229,10 @@
A7D0AA4B153C233E0020F18B /* NSString+DTUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D0AA48153C233E0020F18B /* NSString+DTUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; };
A7D0AA4C153C233E0020F18B /* NSString+DTUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA49153C233E0020F18B /* NSString+DTUtilities.m */; };
A7D0AA4D153C233E0020F18B /* NSString+DTUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA49153C233E0020F18B /* NSString+DTUtilities.m */; };
A7D0AA6D153C39920020F18B /* DTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D0AA6B153C39920020F18B /* DTUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
A7D0AA6E153C39920020F18B /* DTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D0AA6B153C39920020F18B /* DTUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
A7D0AA6F153C39920020F18B /* DTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA6C153C39920020F18B /* DTUtils.m */; };
A7D0AA70153C39920020F18B /* DTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA6C153C39920020F18B /* DTUtils.m */; };
A7D0AA6D153C39920020F18B /* DTCoreGraphicsUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D0AA6B153C39920020F18B /* DTCoreGraphicsUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
A7D0AA6E153C39920020F18B /* DTCoreGraphicsUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A7D0AA6B153C39920020F18B /* DTCoreGraphicsUtils.h */; settings = {ATTRIBUTES = (Public, ); }; };
A7D0AA6F153C39920020F18B /* DTCoreGraphicsUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA6C153C39920020F18B /* DTCoreGraphicsUtils.m */; };
A7D0AA70153C39920020F18B /* DTCoreGraphicsUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D0AA6C153C39920020F18B /* DTCoreGraphicsUtils.m */; };
A7D60FD115D3B0BC00AEDD1B /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7D60FD015D3B0BC00AEDD1B /* SenTestingKit.framework */; };
A7D60FD315D3B0BC00AEDD1B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7F4DFFA147FD08F00F4059A /* Foundation.framework */; };
A7D60FEC15D3B16900AEDD1B /* DTVersionTest.m in Sources */ = {isa = PBXBuildFile; fileRef = A7D60FE915D3B15300AEDD1B /* DTVersionTest.m */; };
Expand Down Expand Up @@ -558,7 +558,6 @@
A72121EA173BFFED003C6F0A /* libDTReachability_Mac.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libDTReachability_Mac.a; sourceTree = BUILT_PRODUCTS_DIR; };
A721221B173C06B6003C6F0A /* Change Log-template.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Change Log-template.markdown"; sourceTree = "<group>"; };
A721221C173C06C4003C6F0A /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
A721221D173C06C4003C6F0A /* readme.markdown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme.markdown; sourceTree = "<group>"; };
A7239FFC16A6CF0B0071E902 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
A730BCCC16D2892E003B849F /* DTTiledLayerWithoutFade.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DTTiledLayerWithoutFade.h; sourceTree = "<group>"; };
A730BCCD16D2892E003B849F /* DTTiledLayerWithoutFade.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DTTiledLayerWithoutFade.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -689,8 +688,8 @@
A7D0AA2A153C1FE40020F18B /* NSString+DTURLEncoding.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+DTURLEncoding.m"; sourceTree = "<group>"; };
A7D0AA48153C233E0020F18B /* NSString+DTUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+DTUtilities.h"; sourceTree = "<group>"; };
A7D0AA49153C233E0020F18B /* NSString+DTUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+DTUtilities.m"; sourceTree = "<group>"; };
A7D0AA6B153C39920020F18B /* DTUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DTUtils.h; sourceTree = "<group>"; };
A7D0AA6C153C39920020F18B /* DTUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DTUtils.m; sourceTree = "<group>"; };
A7D0AA6B153C39920020F18B /* DTCoreGraphicsUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DTCoreGraphicsUtils.h; sourceTree = "<group>"; };
A7D0AA6C153C39920020F18B /* DTCoreGraphicsUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DTCoreGraphicsUtils.m; sourceTree = "<group>"; };
A7D60FCF15D3B0BC00AEDD1B /* UnitTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnitTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
A7D60FD015D3B0BC00AEDD1B /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
A7D60FE815D3B15300AEDD1B /* DTVersionTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DTVersionTest.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -991,7 +990,6 @@
children = (
A7859D3D16DF8D180076F2DB /* AppledocSettings.plist */,
A721221C173C06C4003C6F0A /* LICENSE */,
A721221D173C06C4003C6F0A /* readme.markdown */,
A721221B173C06B6003C6F0A /* Change Log-template.markdown */,
);
path = Documentation;
Expand Down Expand Up @@ -1311,8 +1309,8 @@
A7D0AA68153C39490020F18B /* Core Graphics */ = {
isa = PBXGroup;
children = (
A7D0AA6B153C39920020F18B /* DTUtils.h */,
A7D0AA6C153C39920020F18B /* DTUtils.m */,
A7D0AA6B153C39920020F18B /* DTCoreGraphicsUtils.h */,
A7D0AA6C153C39920020F18B /* DTCoreGraphicsUtils.m */,
);
name = "Core Graphics";
sourceTree = "<group>";
Expand Down Expand Up @@ -1597,7 +1595,7 @@
A7D0AA2C153C1FE40020F18B /* NSString+DTURLEncoding.h in Headers */,
A7D0AA4B153C233E0020F18B /* NSString+DTUtilities.h in Headers */,
A768BE3D17FC3C91008834C6 /* DTBlockFunctions.h in Headers */,
A7D0AA6E153C39920020F18B /* DTUtils.h in Headers */,
A7D0AA6E153C39920020F18B /* DTCoreGraphicsUtils.h in Headers */,
A73D5BAC155271FD0024BDB7 /* NSArray+DTError.h in Headers */,
A79231CF157A0B9400C3ACBB /* NSURL+DTUnshorten.h in Headers */,
A766136116143F8A00DF6C2B /* NSMutableArray+DTMoving.h in Headers */,
Expand Down Expand Up @@ -1644,7 +1642,7 @@
A76DB4F616A5E5590010CD85 /* NSWindowController+DTPanelControllerPresenting.h in Headers */,
A77D5BFC16E4961A00A45C28 /* DTBase64Coding.h in Headers */,
A7FB121B175C9D5000D4B7F0 /* DTWeakSupport.h in Headers */,
A70C4FFB17AA7F7D00000DF5 /* DTUtils.h in Headers */,
A70C4FFB17AA7F7D00000DF5 /* DTCoreGraphicsUtils.h in Headers */,
A78D661F17AFFCCC0039F5E6 /* DTFolderMonitor.h in Headers */,
A7FA5FA617B0F7B4000FC61F /* DTLog.h in Headers */,
A7FA5FB317B127E0000FC61F /* DTAsyncFileDeleter.h in Headers */,
Expand Down Expand Up @@ -1689,7 +1687,7 @@
A7D0AA25153C1B160020F18B /* NSDictionary+DTError.h in Headers */,
A7D0AA2B153C1FE40020F18B /* NSString+DTURLEncoding.h in Headers */,
A7D0AA4A153C233E0020F18B /* NSString+DTUtilities.h in Headers */,
A7D0AA6D153C39920020F18B /* DTUtils.h in Headers */,
A7D0AA6D153C39920020F18B /* DTCoreGraphicsUtils.h in Headers */,
A73D5BAB155271FD0024BDB7 /* NSArray+DTError.h in Headers */,
A7FB1219175C9D5000D4B7F0 /* DTWeakSupport.h in Headers */,
A7E88ED216BC0278008CBA9C /* DTCustomColoredAccessory.h in Headers */,
Expand Down Expand Up @@ -2242,7 +2240,7 @@
A7D0AA28153C1B160020F18B /* NSDictionary+DTError.m in Sources */,
A7D0AA2E153C1FE40020F18B /* NSString+DTURLEncoding.m in Sources */,
A7D0AA4D153C233E0020F18B /* NSString+DTUtilities.m in Sources */,
A7D0AA70153C39920020F18B /* DTUtils.m in Sources */,
A7D0AA70153C39920020F18B /* DTCoreGraphicsUtils.m in Sources */,
A73D5BAE155271FD0024BDB7 /* NSArray+DTError.m in Sources */,
A79231D1157A0B9400C3ACBB /* NSURL+DTUnshorten.m in Sources */,
A766136416143F8A00DF6C2B /* NSMutableArray+DTMoving.m in Sources */,
Expand Down Expand Up @@ -2302,7 +2300,7 @@
A766136616143F8A00DF6C2B /* NSMutableArray+DTMoving.m in Sources */,
A76613E5161444FD00DF6C2B /* NSString+DTUtilities.m in Sources */,
A7437DE216147A450091C1A2 /* NSString+DTPaths.m in Sources */,
A792968F1619F0FA00D5C979 /* DTUtils.m in Sources */,
A792968F1619F0FA00D5C979 /* DTCoreGraphicsUtils.m in Sources */,
A7950102161D680000358BC3 /* NSData+DTCrypto.m in Sources */,
A7444D2C162C011C00DD3692 /* NSArray+DTError.m in Sources */,
FAB1727116301F0D00B44EDC /* DTFoundationConstants.m in Sources */,
Expand Down Expand Up @@ -2371,7 +2369,7 @@
A7D0AA27153C1B160020F18B /* NSDictionary+DTError.m in Sources */,
A7D0AA2D153C1FE40020F18B /* NSString+DTURLEncoding.m in Sources */,
A7D0AA4C153C233E0020F18B /* NSString+DTUtilities.m in Sources */,
A7D0AA6F153C39920020F18B /* DTUtils.m in Sources */,
A7D0AA6F153C39920020F18B /* DTCoreGraphicsUtils.m in Sources */,
A73D5BAD155271FD0024BDB7 /* NSArray+DTError.m in Sources */,
A79231D0157A0B9400C3ACBB /* NSURL+DTUnshorten.m in Sources */,
A766136316143F8A00DF6C2B /* NSMutableArray+DTMoving.m in Sources */,
Expand Down

0 comments on commit 78e2053

Please sign in to comment.