Skip to content

Commit 19a8290

Browse files
committed
Comment tweak
1 parent 9233f8d commit 19a8290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SMXMLDocument.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extern NSString *const SMXMLDocumentErrorDomain;
5454
- (NSString *)attributeNamed:(NSString *)name;
5555
- (SMXMLElement *)descendantWithPath:(NSString *)path;
5656
- (NSString *)valueWithPath:(NSString *)path;
57-
- (NSString *)fullDescription;
57+
- (NSString *)fullDescription; // like -description, this writes the document out to an XML string, but doesn't truncate the node values.
5858

5959
@end
6060

@@ -65,8 +65,8 @@ extern NSString *const SMXMLDocumentErrorDomain;
6565

6666
- (id)initWithData:(NSData *)data error:(NSError **)outError;
6767

68-
- (NSString *)fullDescription; // like -description, this writes the document out to an XML string, but doesn't truncate the node values.
69-
7068
+ (SMXMLDocument *)documentWithData:(NSData *)data error:(NSError **)outError;
7169

70+
- (NSString *)fullDescription;
71+
7272
@end

0 commit comments

Comments
 (0)