Skip to content

Commit

Permalink
LeDatabaseRegistrations search pragmas also in superclasses [feenkc…
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Mar 27, 2024
1 parent 140f8b3 commit 3d6ae36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Lepiter-Setup/LeDatabaseRegistrations.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ LeDatabaseRegistrations class >> allDocumentationPathsDo: aBlock [
LeDatabaseRegistrations class >> allDocumentationPragmas [
^ Pragma
allNamed: self pragmaSelector
in: self class
from: LeDatabaseRegistrations
to: self class
sortedByArgument: 1
]

Expand All @@ -48,7 +49,7 @@ LeDatabaseRegistrations class >> gtAllDocumentationPathsFor: aView [
<gtView>
<gtClassView>
^ aView columnedList
title: 'Lepiter Documentation Paths';
title: 'Lepiter documentation paths';
priority: 1;
items: [ Array
streamContents: [ :aStream |
Expand Down

0 comments on commit 3d6ae36

Please sign in to comment.