aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/DeepMutableCopy.h10
-rw-r--r--Source/MGTemplateEngine.m3
-rw-r--r--Source/SPExportInterfaceController.h7
-rw-r--r--Source/SPLogger.m3
4 files changed, 11 insertions, 12 deletions
diff --git a/Source/DeepMutableCopy.h b/Source/DeepMutableCopy.h
deleted file mode 100644
index a1c92e21..00000000
--- a/Source/DeepMutableCopy.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * DeepMutableCopy.h
- *
- * Created by Matt Gemmell on 02/05/2008.
- * Copyright 2008 Instinctive Code. All rights reserved.
- *
- */
-
-#import "NSArray_DeepMutableCopy.h"
-#import "NSDictionary_DeepMutableCopy.h"
diff --git a/Source/MGTemplateEngine.m b/Source/MGTemplateEngine.m
index 1cf483f8..b735e939 100644
--- a/Source/MGTemplateEngine.m
+++ b/Source/MGTemplateEngine.m
@@ -8,7 +8,8 @@
#import "MGTemplateEngine.h"
#import "MGTemplateStandardMarkers.h"
#import "MGTemplateStandardFilters.h"
-#import "DeepMutableCopy.h"
+#import "NSArray_DeepMutableCopy.h"
+#import "NSDictionary_DeepMutableCopy.h"
#define DEFAULT_MARKER_START @"{%"
diff --git a/Source/SPExportInterfaceController.h b/Source/SPExportInterfaceController.h
index 8a4e5188..dfcf8448 100644
--- a/Source/SPExportInterfaceController.h
+++ b/Source/SPExportInterfaceController.h
@@ -32,6 +32,13 @@
#import "SPExportController.h"
+/**
+ * @category SPExportInterfaceController SPExportInterfaceController.h
+ *
+ * @author Stuart Connolly http://stuconnolly.com/
+ *
+ * Export interface category.
+ */
@interface SPExportController (SPExportInterfaceController)
@end
diff --git a/Source/SPLogger.m b/Source/SPLogger.m
index 40bcaa69..8b808d39 100644
--- a/Source/SPLogger.m
+++ b/Source/SPLogger.m
@@ -33,10 +33,11 @@
static SPLogger *logger = nil;
-@interface SPLogger (PrivateAPI)
+@interface SPLogger ()
- (void)_initLogFile;
- (void)_outputTimeString;
+
int _isSPLeaksLog(struct direct *entry);
@end