File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RubyHeaderParser
44 # Manager for config file
55 class Config
66 # @!attribute [r] data
7- # @return [Hash]
7+ # @return [Hash]
88 attr_reader :data
99
1010 # @param config_file [String]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class EnumDefinition
77 # @return [String]
88 attr_accessor :name
99
10- # @!attribute enum_value_definitions
10+ # @!attribute values
1111 # @return [Array<String>]
1212 attr_accessor :values
1313
Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ module RubyHeaderParser
44 # parse `ruby.h` using `ctags`
55 class Parser # rubocop:disable Metrics/ClassLength
66 # @!attribute [r] header_file
7- # @return [String]
7+ # @return [String]
88 attr_reader :header_file
99
1010 # @!attribute [r] include_paths
11- # @return [Array<String>]
11+ # @return [Array<String>]
1212 attr_reader :include_paths
1313
1414 # @!attribute [r] dist_preprocessed_header_file
15- # @return [String]
15+ # @return [String]
1616 attr_reader :dist_preprocessed_header_file
1717
18- # @!attribute [r] data
19- # @return [RubyHeaderParser::Config]
18+ # @!attribute [r] config
19+ # @return [RubyHeaderParser::Config]
2020 attr_reader :config
2121
2222 DEFAULT_HEADER_FILE = "#{ RbConfig ::CONFIG [ "rubyhdrdir" ] } /ruby.h" . freeze
You can’t perform that action at this time.
0 commit comments