Skip to content

Commit 0264fbd

Browse files
committed
Give references a title (tooltip) of the symbolic name of the target.
1 parent 38e2560 commit 0264fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ref.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<polymer-element name="cxx-ref" attributes="to insynopsis in">
2929
<template
3030
><template id="target_num"
31-
><template if="{{in_elem.index}}">{{in_elem.name}} &#xa7;{{in_elem.index[to]}}</template
32-
><template if="{{!in}}"><a href="#{{to}}"
31+
><template if="{{in_elem.index}}">{{in_elem.name}} <span title="{{to}}">&#xa7;{{in_elem.index[to]}}</span></template
32+
><template if="{{!in}}"><a title="{{to}}" href="#{{to}}"
3333
><template if="{{to_elem.sec_num}}">{{to_elem.sec_num}}</template
3434
><template if="{{to_elem.table_num}}">Table {{to_elem.table_num}}</template
3535
><template if="{{to_elem.figure_num}}">Figure {{to_elem.figure_num}}</template></a></template

0 commit comments

Comments
 (0)