Skip to content

Commit

Permalink
elem: Fix lint and generate issues (#205)
Browse files Browse the repository at this point in the history
* Fix heading title detection

* Fix Heading{1-6} function comment sentences

* Remove debugging line

* Filter out invalid (redundant input) elements

* Handle additional description styles, special cases

Uses a couple regular expressions, and a couple special cases for
<audio> and <h{1-6}> now.

* Handle uppercase Element in regexpr as well

* Fix using only one element of split desc

* Cleanup some description suffix irregularities

* Add back <tagname> instances to description

The first one is replaced with funName, the rest were not added back and
were blank. This is a bug fix.

* Handle descriptions with "(" + "(E|e)lement"
  • Loading branch information
bzub authored and slimsag committed May 25, 2018
1 parent 03f625a commit a3bd138
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 173 deletions.
Loading

0 comments on commit a3bd138

Please sign in to comment.