Skip to content

Commit

Permalink
Merge pull request #15 from moosetechnology/documenting
Browse files Browse the repository at this point in the history
adding `#seeClassSide` methods
  • Loading branch information
NicolasAnquetil authored Aug 23, 2023
2 parents 88d5724 + 76e55b6 commit 866b85a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FortranCamfortImporter/BookstoreExporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,7 @@ BookstoreExporter class >> targetPath [

^ (self buildPath / 'target') asFileReference ensureCreateDirectory
]

{ #category : #'see class side' }
BookstoreExporter >> seeClassSide [
]
4 changes: 4 additions & 0 deletions src/FortranCamfortImporter/DemosCodes.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1054,3 +1054,7 @@ c desactivate structure
'
]

{ #category : #'see class side' }
DemosCodes >> seeClassSide [
]
4 changes: 4 additions & 0 deletions src/FortranCamfortImporter/RunDemos.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,7 @@ RunDemos class >> runner: anEsopeSourceCode [

refVisitor model inspect
]

{ #category : #'see class side' }
RunDemos >> seeClassSide [
]

0 comments on commit 866b85a

Please sign in to comment.