您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

16 行
488 B

  1. /** \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. */