blob: 2fe6213207856d01fbb48560559e9cfe9820d58e [file] [log] [blame]
David Pursehouse3d597da2014-05-14 10:47:11 +09001[attributes]
2asterisk=*
3plus=+
4caret=^
5startsb=[
6endsb=]
7tilde=~
8
9[specialsections]
10GERRIT=gerrituplink
11
12[gerrituplink]
13<hr style="
14 height: 2px;
15 color: silver;
16 margin-top: 1.2em;
17 margin-bottom: 0.5em;
18">
19
20[macros]
21(?u)^(?P<name>get)::(?P<target>\S*?)$=#
22
23[get-blockmacro]
24<a id="{target}" onmousedown="javascript:
25 var i = document.URL.lastIndexOf('/Documentation/');
26 var url = document.URL.substring(0, i) + '{target}';
27 document.getElementById('{target}').href = url;">
28 GET {target} HTTP/1.0
29</a>