lib/inch/language/elixir/provider/reader/object/base.rb in inch-0.6.2 vs lib/inch/language/elixir/provider/reader/object/base.rb in inch-0.6.3

- old
+ new

@@ -108,10 +108,10 @@ def method? false end - HIDDEN_TYPES = %w(defcallback defmacro exception impl) + HIDDEN_TYPES = %w(exception impl) def nodoc? @hash['doc'] == false || HIDDEN_TYPES.include?(@hash['type']) end