From ba86429fb39603c6ce1e71b7c39962ed390af624 Mon Sep 17 00:00:00 2001
From: arobert
AGSOutput
, including some
+ * sample uses of GSDoc, such as cross-references (see [NSString]).
+ * Functions, like escapeType(), are automatically referenced (if they are
+ * found).
*/
@implementation AGSOutput
@@ -2303,7 +2306,7 @@ static BOOL snuggleStart(NSString *t)
/*
* If a -Up default has been set, create an up link in this
* template file... as long as the specified up link is not
- * the template file itsself.
+ * the template file itself.
*/
if (up != nil && [up isEqual: [name lastPathComponent]] == NO)
{
diff --git a/Tools/AGSParser.m b/Tools/AGSParser.m
index baceb839f..03b9bff12 100644
--- a/Tools/AGSParser.m
+++ b/Tools/AGSParser.m
@@ -22,6 +22,10 @@
#include "GNUstepBase/GNUstep.h"
#include "GNUstepBase/GSCategories.h"
+/**
+ * The AGSParser class parses Objective-C header and source files
+ * to produce a property-list which can be handled by [AGSOutput].
+ */
@implementation AGSParser
/**
diff --git a/Tools/gdnc.m b/Tools/gdnc.m
index 212a7473b..13df2f26f 100644
--- a/Tools/gdnc.m
+++ b/Tools/gdnc.m
@@ -348,7 +348,7 @@ ihandler(int sig)
}
/*
- * Now free the connections map itsself and the table of observers.
+ * Now free the connections map itself and the table of observers.
*/
NSFreeMapTable(connections);
NSFreeHashTable(allObservers);