Sfoglia il codice sorgente

new doc chapters for Kernel-Methods and Kernel-Collections

Nicolas Petton 12 anni fa
parent
commit
b260ea32bd
3 ha cambiato i file con 56 aggiunte e 16 eliminazioni
  1. 16 16
      js/Documentation.deploy.js
  2. 32 0
      js/Documentation.js
  3. 8 0
      st/Documentation.st

File diff suppressed because it is too large
+ 16 - 16
js/Documentation.deploy.js


+ 32 - 0
js/Documentation.js

@@ -280,6 +280,38 @@ referencedClasses: []
 }),
 smalltalk.DocumentationBuilder);
 
+smalltalk.addMethod(
+unescape('_ch8KernelCollection'),
+smalltalk.method({
+selector: unescape('ch8KernelCollection'),
+category: 'chapters',
+fn: function (){
+var self=this;
+return smalltalk.send((smalltalk.PackageDocChapter || PackageDocChapter), "_on_", [smalltalk.send((smalltalk.Package || Package), "_named_", [unescape("Kernel-Collections")])]);
+return self;},
+args: [],
+source: unescape('ch8KernelCollection%0A%09%5EPackageDocChapter%20on%3A%20%28Package%20named%3A%20%27Kernel-Collections%27%29'),
+messageSends: ["on:", "named:"],
+referencedClasses: ["PackageDocChapter", "Package"]
+}),
+smalltalk.DocumentationBuilder);
+
+smalltalk.addMethod(
+unescape('_ch9KernelMethods'),
+smalltalk.method({
+selector: unescape('ch9KernelMethods'),
+category: 'chapters',
+fn: function (){
+var self=this;
+return smalltalk.send((smalltalk.PackageDocChapter || PackageDocChapter), "_on_", [smalltalk.send((smalltalk.Package || Package), "_named_", [unescape("Kernel-Methods")])]);
+return self;},
+args: [],
+source: unescape('ch9KernelMethods%0A%09%5EPackageDocChapter%20on%3A%20%28Package%20named%3A%20%27Kernel-Methods%27%29'),
+messageSends: ["on:", "named:"],
+referencedClasses: ["PackageDocChapter", "Package"]
+}),
+smalltalk.DocumentationBuilder);
+
 
 smalltalk.DocumentationBuilder.klass.iVarNames = ['current'];
 smalltalk.addMethod(

+ 8 - 0
st/Documentation.st

@@ -175,6 +175,14 @@ ch7KernelClasses
 
 ch4Tutorials
 	^TutorialsChapter new
+!
+
+ch8KernelCollection
+	^PackageDocChapter on: (Package named: 'Kernel-Collections')
+!
+
+ch9KernelMethods
+	^PackageDocChapter on: (Package named: 'Kernel-Methods')
 ! !
 
 !DocumentationBuilder methodsFor: 'routing'!

Some files were not shown because too many files changed in this diff