Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

16 rindas
499 B

  1. /* $Id$ */ /** \page libcaca-ruby Libcaca ruby bindings
  2. There is no real documentation yet for the Ruby binding but \c methods on any object should help you :)
  3. I tried to follow Ruby spirit meaning that :
  4. - most of the methods return self
  5. - the methods set_foo with only an argument are also available as foo=
  6. (returning the value instead of self)
  7. - the methods originally named get_foo are available only as foo
  8. For the list of methods and some sample code, read:
  9. \subpage libcaca-ruby-api
  10. */