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
yard-0.9.24 spec/parser/examples/multifile.c.txt
yard-0.9.23 spec/parser/examples/multifile.c.txt
yard-0.9.22 spec/parser/examples/multifile.c.txt
yard-0.9.21 spec/parser/examples/multifile.c.txt
yard-0.9.20 spec/parser/examples/multifile.c.txt
yard-0.9.19 spec/parser/examples/multifile.c.txt
yard-0.9.16 spec/parser/examples/multifile.c.txt
yard-0.9.15 spec/parser/examples/multifile.c.txt
yard-0.9.14 spec/parser/examples/multifile.c.txt
yard-0.9.13 spec/parser/examples/multifile.c.txt
yard-0.9.12 spec/parser/examples/multifile.c.txt
yard-0.9.11 spec/parser/examples/multifile.c.txt
yard-0.9.10 spec/parser/examples/multifile.c.txt
yard-0.9.9 spec/parser/examples/multifile.c.txt
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.4.0/gems/yard-0.9.8/spec/parser/examples/multifile.c.txt
etude_for_ruby-0.1.4 vendor/bundle/ruby/2.2.0/gems/yard-0.9.8/spec/parser/examples/multifile.c.txt
mdg-1.0.1 vendor/bundle/ruby/2.3.0/gems/yard-0.9.8/spec/parser/examples/multifile.c.txt
yard-0.9.8 spec/parser/examples/multifile.c.txt
abaci-0.3.0 vendor/bundle/gems/yard-0.9.2/spec/parser/examples/multifile.c.txt
abaci-0.3.0 vendor/bundle/gems/yard-0.9.7/spec/parser/examples/multifile.c.txt