From b41ad9e4b1d9e7b79a4a24f2c3e6b158b1bd6092 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Wed, 2 May 2018 12:06:12 -0700 Subject: [PATCH] Generate better anchors in iron-doc-module. For example: ```js export class Foo { bar() {} } ``` Documentation for this will generate anchors like: `#Foo` `#Foo-method-bar` Part of addressing https://github.com/Polymer/docs/issues/2541 --- iron-doc-module.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/iron-doc-module.html b/iron-doc-module.html index 341e94f..15aa00e 100644 --- a/iron-doc-module.html +++ b/iron-doc-module.html @@ -55,7 +55,8 @@

@@ -65,7 +66,8 @@

@@ -75,7 +77,8 @@

@@ -85,7 +88,8 @@

@@ -99,7 +103,7 @@