HTMLDocGenerator.st
changeset 4051 040ec6b50195
parent 4002 0512a9495835
child 4054 e1d270d3c382
child 4106 35fa6b8943e6
--- a/HTMLDocGenerator.st	Fri Jun 03 11:51:28 2016 +0200
+++ b/HTMLDocGenerator.st	Sat Jun 04 04:53:13 2016 +0200
@@ -1672,6 +1672,9 @@
             ]
         ]
     ].
+    aMethod isExtension ifTrue:[
+        methodSpecLine := methodSpecLine,(' <br>( <i>an extension from the %1 package</i> )' bindWith:aMethod package).
+    ].
 
     aStream nextPutLine:'<DT>'.