Description: Fix some autogsdoc issues, install in standard dir.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2024-06-19
---

--- steptalk.orig/Frameworks/StepTalk/GNUmakefile
+++ steptalk/Frameworks/StepTalk/GNUmakefile
@@ -101,8 +101,7 @@
 StepTalk_AGSDOC_FILES = StepTalk.gsdoc $(STEPTALK_HEADER_FILES)
 StepTalk_AGSDOC_FLAGS = \
         -Up StepTalk \
-        -Declared StepTalk \
-        -DocumentationDirectory ../../Documentation/Reference
+        -Declared StepTalk
 
 StepTalk_LIBRARIES_DEPEND_UPON += -lgnustep-base -lobjc -lm
 
--- steptalk.orig/Frameworks/StepTalk/STActor.m
+++ steptalk/Frameworks/StepTalk/STActor.m
@@ -46,7 +46,7 @@
     }
     return self;
 }
-- initWithEnvironment:(STEnvironment *)env;
+- initWithEnvironment:(STEnvironment *)env
 {
     if ((self = [self init]) != nil)
     {
--- steptalk.orig/Frameworks/StepTalk/STObjectReference.m
+++ steptalk/Frameworks/StepTalk/STObjectReference.m
@@ -35,7 +35,7 @@
 
 @implementation STObjectReference
 - initWithIdentifier:(NSString *)ident
-              target:(id)anObject;
+              target:(id)anObject
 {
     if ((self = [super init]) != nil)
     {
--- steptalk.orig/Frameworks/StepTalk/STEnvironmentDescription.m
+++ steptalk/Frameworks/StepTalk/STEnvironmentDescription.m
@@ -136,7 +136,7 @@
     [super dealloc];
 }
 
-- initWithName:(NSString *)defName;
+- initWithName:(NSString *)defName
 {
     return [self initFromDictionary:dictForDescriptionWithName(defName)];
 }
--- steptalk.orig/Frameworks/StepTalk/STLanguageManager.m
+++ steptalk/Frameworks/StepTalk/STLanguageManager.m
@@ -256,12 +256,12 @@
 }
 
 /** Return an engine class for specified language. The class lookup is as follows:
-<ul>
-<li> internal class dictionary by language name
-<li> all loaded classes by class name in the language info dictionary
-<li> in the language bundle
-<li> in the language bundle as <i>language_nameEngine</i>
-</ul>
+<list>
+<item>internal class dictionary by language name</item>
+<item>all loaded classes by class name in the language info dictionary</item>
+<item>in the language bundle</item>
+<item>in the language bundle as <em>language_nameEngine</em></item>
+</list>
 */
 - (Class)engineClassForLanguage:(NSString *)language
 {
--- steptalk.orig/Frameworks/StepTalk/STEnvironment.m
+++ steptalk/Frameworks/StepTalk/STEnvironment.m
@@ -183,7 +183,7 @@
 
 /**
     Include scripting capabilities advertised by the framework with name 
-    <ivar>frameworkName</ivar>. If the framework is already loaded, nothing
+    <var>frameworkName</var>. If the framework is already loaded, nothing
     happens.
 */
 - (BOOL)includeFramework:(NSString *)frameworkName
@@ -202,7 +202,7 @@
 
 /**
     Include scripting capabilities advertised by the bundle 
-    <ivar>aBundle</ivar>. If the bundle is already loaded, nothing
+    <var>aBundle</var>. If the bundle is already loaded, nothing
     happens.
 */
 - (BOOL)includeBundle:(NSBundle *)aBundle
