PolymerElements / iron-component-page

A reusable landing page for elements
36 stars 32 forks source link

Getters are shown as a method instead of property. #38

Closed blasten closed 8 years ago

blasten commented 9 years ago

e.g.

    /**
     * Returns the scrollable element.
     *
     * @property scroller
     * @type Object
     */
    get scroller() {
      return null;
    },

This is explicitly annotated as a property; however:

screen shot 2015-06-24 at 3 16 31 pm

notwaldorf commented 8 years ago

Duplicate of https://github.com/PolymerElements/iron-doc-viewer/issues/46