From c1f2404de71e9a8f73271b05f59a225728212069 Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Thu, 24 Sep 2015 18:25:12 -0300 Subject: Generating C API HTML Layout --- lib/yard/mruby/code_objects/namespace_object.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/yard/mruby/code_objects/namespace_object.rb (limited to 'lib/yard/mruby/code_objects/namespace_object.rb') diff --git a/lib/yard/mruby/code_objects/namespace_object.rb b/lib/yard/mruby/code_objects/namespace_object.rb new file mode 100644 index 0000000..896b84b --- /dev/null +++ b/lib/yard/mruby/code_objects/namespace_object.rb @@ -0,0 +1,16 @@ +module YARD::MRuby::CodeObjects + + class NamespaceObject < YARD::CodeObjects::NamespaceObject + def value ; nil ; end + end + + class IncludeDirectory < NamespaceObject + def headers + children + end + end + + INCLUDE_DIRECTORY = IncludeDirectory.new(:root, "include") + ## YARD::Registry.register INCLUDE_DIRECTORY + +end -- cgit v1.2.3