#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 04 May 2016 19:56:47 +0200
changeset 19704 d47d280ac6b2
parent 19703 a7baa61d347e
child 19705 af1b4569a96a
#DOCUMENTATION by cg class: ProjectDefinition comment/format in: #extensionMethodNames
ProjectDefinition.st
--- a/ProjectDefinition.st	Wed May 04 18:52:20 2016 +0200
+++ b/ProjectDefinition.st	Wed May 04 19:56:47 2016 +0200
@@ -2204,8 +2204,10 @@
 !
 
 extensionMethodNames
-    "list class/selector pairs of extensions.
-     A correponding method with real names must be present in my concrete subclasses"
+    "lists the extension methods which are to be included in the project.
+     Entries are 2-element array literals, consisting of class-name and selector.
+     A correponding method with real names must be present in my concrete subclasses
+     if it has extensions."
 
     "/ should this be a subclassResponsibility here ?
     ^ #()
@@ -2694,7 +2696,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4733,7 +4734,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec