We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a361d73 commit 19613efCopy full SHA for 19613ef
lib/docs/filters/openlayers/entries.rb
@@ -12,6 +12,7 @@ def get_type
12
def additional_entries
13
css('h4.name').each_with_object [] do |node, entries|
14
node['id'] = node.previous_element['id']
15
+ next if node.at_css('.inherited')
16
name = node.children.find {|n| n.text? }.text.strip
17
name.prepend "#{self.name}."
18
entries << [name, node['id']]
0 commit comments