Sha256: 2f99afabc29544e935e99c87dcc93db9c93188fbc5099fafbda05949ad8435d1

Contents?: true

Size: 376 Bytes

Versions: 51

Compression:

Stored size: 376 Bytes

Contents

struct hoge *
rb_fuga(VALUE obj)
{
  return Qtrue;
}

/*
 * Hello Mars
 */
VALUE
rb_hello_mars(VALUE obj, VALUE n)
{
    return Qtrue;
}

void
Init_Multifile(void)
{
    rb_cMultifile  = rb_define_class("Multifile", rb_cObject);
    rb_define_method(rb_cMultifile, "extra", rb_extra, 1); /* in extra.c */
    rb_define_method(rb_cMultifile, "hello_mars", rb_hello_mars, 1);
}

Version data entries

51 entries across 45 versions & 7 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/yard-0.9.1/spec/parser/examples/multifile.c.txt
yard-0.9.7 spec/parser/examples/multifile.c.txt
yard-0.9.6 spec/parser/examples/multifile.c.txt
yard-0.9.5 spec/parser/examples/multifile.c.txt
yard-0.9.4 spec/parser/examples/multifile.c.txt
yard-0.9.3 spec/parser/examples/multifile.c.txt
yard-0.9.2 spec/parser/examples/multifile.c.txt
yard-0.9.1 spec/parser/examples/multifile.c.txt
yard-0.9.0 spec/parser/examples/multifile.c.txt
yard-0.8.7.6 spec/parser/examples/multifile.c.txt
yard-0.8.7.5 spec/parser/examples/multifile.c.txt
climine-0.0.7 vendor/bundle/ruby/2.1.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt
climine-0.0.7 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt
climine-0.0.6 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt
climine-0.0.5 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt
yard-0.8.7.4 spec/parser/examples/multifile.c.txt
climine-0.0.4 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt
climine-0.0.3 vendor/bundle/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/yard-0.8.7.3/spec/parser/examples/multifile.c.txt