Last change
on this file since 2077 was
2033,
checked in by Pascal Terjan, 15 years ago
|
- Split Ruby documentation out of README
|
File size:
527 bytes
|
Rev | Line | |
---|
[2033] | 1 | /* $Id$ */ /** \page libcaca-ruby Libcaca ruby bindings |
---|
| 2 | |
---|
| 3 | There is no real documentation yet for the Ruby binding but \c methods on any object should help you :) |
---|
| 4 | |
---|
| 5 | I tried to follow Ruby spirit meaning that : |
---|
| 6 | - most of the methods return self |
---|
| 7 | - the methods set_foo with only an argument are also available as foo= |
---|
| 8 | (returning the value instead of self) |
---|
| 9 | - the methods originally named get_foo are available only as foo |
---|
| 10 | |
---|
| 11 | For the list of methods and some sample code, read: |
---|
| 12 | |
---|
| 13 | \subpage libcucul-ruby-api |
---|
| 14 | |
---|
| 15 | \subpage libcaca-ruby-api |
---|
| 16 | |
---|
| 17 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.