Skip to content

Commit 19613ef

Browse files
committed
openlayers: remove inherited entries
1 parent a361d73 commit 19613ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/docs/filters/openlayers/entries.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def get_type
1212
def additional_entries
1313
css('h4.name').each_with_object [] do |node, entries|
1414
node['id'] = node.previous_element['id']
15+
next if node.at_css('.inherited')
1516
name = node.children.find {|n| n.text? }.text.strip
1617
name.prepend "#{self.name}."
1718
entries << [name, node['id']]

0 commit comments

Comments
 (0)