Skip to content

Commit

Permalink
Improve comments for GS64 class placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 9, 2023
1 parent ca4aa12 commit b4c909f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions source/Buoy-GS64-Compatibility/BinaryFloat.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"
BinaryFloat is an abstract class in GS64, the superclass of different implementations of Binary
floating point.
This version is just a placeholder so we can easily create extensions methods to load in GS64 specific
packages.
"
Class {
#name : #BinaryFloat,
#superclass : #Number,
Expand Down
8 changes: 5 additions & 3 deletions source/Buoy-GS64-Compatibility/ClassOrganizer.class.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
"
In GS64, a `ClassOrganizer` can answer queries about classes in the image, provides
tools and reports on information on classes and methods and can perform
cross-referencing and fileout.
In GS64, a `ClassOrganizer` can answer queries about classes in the image, provides tools and reports
on information on classes and methods and can perform cross-referencing and fileout.
This version is just a placeholder so we can easily create extension methods referencing this class
in GS64 specific packages.
"
Class {
#name : #ClassOrganizer,
Expand Down

0 comments on commit b4c909f

Please sign in to comment.