Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/NicolasPetton/amber
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Jan 15, 2012
2 parents e9c30e9 + b260ea3 commit cd3b58b
Show file tree
Hide file tree
Showing 9 changed files with 701 additions and 584 deletions.
22 changes: 22 additions & 0 deletions js/Documentation.deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,28 @@ return self;}
}),
smalltalk.DocumentationBuilder);

smalltalk.addMethod(
unescape('_ch8KernelCollection'),
smalltalk.method({
selector: unescape('ch8KernelCollection'),
fn: function (){
var self=this;
return smalltalk.send((smalltalk.PackageDocChapter || PackageDocChapter), "_on_", [smalltalk.send((smalltalk.Package || Package), "_named_", [unescape("Kernel-Collections")])]);
return self;}
}),
smalltalk.DocumentationBuilder);

smalltalk.addMethod(
unescape('_ch9KernelMethods'),
smalltalk.method({
selector: unescape('ch9KernelMethods'),
fn: function (){
var self=this;
return smalltalk.send((smalltalk.PackageDocChapter || PackageDocChapter), "_on_", [smalltalk.send((smalltalk.Package || Package), "_named_", [unescape("Kernel-Methods")])]);
return self;}
}),
smalltalk.DocumentationBuilder);


smalltalk.DocumentationBuilder.klass.iVarNames = ['current'];
smalltalk.addMethod(
Expand Down
32 changes: 32 additions & 0 deletions js/Documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Loading

0 comments on commit cd3b58b

Please sign in to comment.