Skip to content

Commit 862f324

Browse files
committed
Pass on class comments and protocols
1 parent 8a4c4da commit 862f324

File tree

6 files changed

+13
-3
lines changed

6 files changed

+13
-3
lines changed

src/Spec-Toplo/SpToploAbstractTextAdapter.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ SpToploAbstractTextAdapter >> updateAll [
180180
updateEditable
181181
]
182182

183-
{ #category : #initialization }
183+
{ #category : #'updating widget' }
184184
SpToploAbstractTextAdapter >> updateEditable [
185185

186186
model isEditable

src/Spec-Toplo/SpToploAdapterBindings.class.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"
2+
I am a link between the Spec-Toplo backend and the Spec-Toplo hierarchy of adapters.
3+
"
14
Class {
25
#name : #SpToploAdapterBindings,
36
#superclass : #SpAdapterBindings,

src/Spec-Toplo/SpToploApplicationConfiguration.class.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"
2+
I am a generic configuration for Spec-Toplo applications.
3+
"
14
Class {
25
#name : #SpToploApplicationConfiguration,
36
#superclass : #SpApplicationConfiguration,

src/Spec-Toplo/SpToploBackend.class.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"
2+
I'm a Spec backend for Bloc.
3+
"
14
Class {
25
#name : #SpToploBackend,
36
#superclass : #SpApplicationBackend,

src/Spec-Toplo/SpToploDialogElement.class.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"
2+
I'm the root element of a `BlSpace` that represents a `SpDialogPresenter`.
3+
"
14
Class {
25
#name : #SpToploDialogElement,
36
#superclass : #SpToploWindowElement,

src/Spec-Toplo/SpToploWindowElement.class.st

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"
22
I'm the root element of a `BlSpace` that represents a `SpWindowPresenter`.
3-
4-
53
"
64
Class {
75
#name : #SpToploWindowElement,

0 commit comments

Comments
 (0)