Open rictic opened 9 years ago
My understanding was that if you don't have a dom module, docs need to be inside the <script>
tag:
https://www.polymer-project.org/1.0/tools/documentation.html#element-summaries
Not saying that this is super-intuitive, but it is the way it's currently documented. @garlicnation can confirm, perhaps?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Take a look at: https://github.com/PolymerElements/iron-iconset/blob/master/iron-iconset.html
This element has a detailed comment in the HTML, followed by a small jsdoc annotation on the Polymer() call.
Hydrolysis loses the description from the first comment because of the second. Is it reasonable for this not to happen, or should we move the documentation into the script?