Skip to content

Commit

Permalink
Pass on class comments and protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Sep 12, 2024
1 parent 8a4c4da commit 862f324
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Spec-Toplo/SpToploAbstractTextAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ SpToploAbstractTextAdapter >> updateAll [
updateEditable
]

{ #category : #initialization }
{ #category : #'updating widget' }
SpToploAbstractTextAdapter >> updateEditable [

model isEditable
Expand Down
3 changes: 3 additions & 0 deletions src/Spec-Toplo/SpToploAdapterBindings.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"
I am a link between the Spec-Toplo backend and the Spec-Toplo hierarchy of adapters.
"
Class {
#name : #SpToploAdapterBindings,
#superclass : #SpAdapterBindings,
Expand Down
3 changes: 3 additions & 0 deletions src/Spec-Toplo/SpToploApplicationConfiguration.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"
I am a generic configuration for Spec-Toplo applications.
"
Class {
#name : #SpToploApplicationConfiguration,
#superclass : #SpApplicationConfiguration,
Expand Down
3 changes: 3 additions & 0 deletions src/Spec-Toplo/SpToploBackend.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"
I'm a Spec backend for Bloc.
"
Class {
#name : #SpToploBackend,
#superclass : #SpApplicationBackend,
Expand Down
3 changes: 3 additions & 0 deletions src/Spec-Toplo/SpToploDialogElement.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"
I'm the root element of a `BlSpace` that represents a `SpDialogPresenter`.
"
Class {
#name : #SpToploDialogElement,
#superclass : #SpToploWindowElement,
Expand Down
2 changes: 0 additions & 2 deletions src/Spec-Toplo/SpToploWindowElement.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"
I'm the root element of a `BlSpace` that represents a `SpWindowPresenter`.
"
Class {
#name : #SpToploWindowElement,
Expand Down

0 comments on commit 862f324

Please sign in to comment.