[squeak-dev] The Trunk: WebClient-Help-kfr.11.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 3 13:13:18 UTC 2015


Karl Ramberg uploaded a new version of WebClient-Help to project The Trunk:
http://source.squeak.org/trunk/WebClient-Help-kfr.11.mcz

==================== Summary ====================

Name: WebClient-Help-kfr.11
Author: kfr
Time: 3 December 2015, 2:13:10.555 pm
UUID: b1183115-c3aa-440f-aef6-5bc942f12212
Ancestors: WebClient-Help-ar.10

Fix for help referece so API documentation show in HelpBrowser

=============== Diff against WebClient-Help-ar.10 ===============

Item was added:
+ ----- Method: WebClientReference class>>asHelpTopic (in category 'accessing') -----
+ asHelpTopic
+ 
+ 	^ (HelpTopic named: self bookName)
+ 		subtopics: (self packages collect: [:pkgName | PackageAPIHelpTopic new packageName: pkgName]);
+ 		yourself!

Item was added:
+ ----- Method: WebServerReference class>>asHelpTopic (in category 'accessing') -----
+ asHelpTopic
+ 
+ 	^ (HelpTopic named: self bookName)
+ 		subtopics: (self packages collect: [:pkgName | PackageAPIHelpTopic new packageName: pkgName]);
+ 		yourself!



More information about the Squeak-dev mailing list