We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e2560 commit 0264fbdCopy full SHA for 0264fbd
ref.html
@@ -28,8 +28,8 @@
28
<polymer-element name="cxx-ref" attributes="to insynopsis in">
29
<template
30
><template id="target_num"
31
- ><template if="{{in_elem.index}}">{{in_elem.name}} §{{in_elem.index[to]}}</template
32
- ><template if="{{!in}}"><a href="#{{to}}"
+ ><template if="{{in_elem.index}}">{{in_elem.name}} <span title="{{to}}">§{{in_elem.index[to]}}</span></template
+ ><template if="{{!in}}"><a title="{{to}}" href="#{{to}}"
33
><template if="{{to_elem.sec_num}}">{{to_elem.sec_num}}</template
34
><template if="{{to_elem.table_num}}">Table {{to_elem.table_num}}</template
35
><template if="{{to_elem.figure_num}}">Figure {{to_elem.figure_num}}</template></a></template
0 commit comments