| Revision 4333,
488 bytes
checked in by sam, 3 years ago
(diff) |
|
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
|
| Line | |
|---|
| 1 | /** \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 libcaca-ruby-api |
|---|
| 14 | |
|---|
| 15 | */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.