aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/overloadsWithDescription.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/format/overloadsWithDescription.html')
-rw-r--r--test/data/format/overloadsWithDescription.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/data/format/overloadsWithDescription.html b/test/data/format/overloadsWithDescription.html
new file mode 100644
index 00000000..6b593fcd
--- /dev/null
+++ b/test/data/format/overloadsWithDescription.html
@@ -0,0 +1,19 @@
+<HTML>
+<HEAD>
+<title>test / f</title>
+</HEAD>
+<BODY>
+<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a>&nbsp;/&nbsp;<a href="out.html">f</a><br/>
+<br/>
+<h1>f</h1>
+<pre><code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="identifier">x</span><span class="symbol">: </span><span class="identifier">Int</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><pre><code><span class="keyword">fun </span><span class="identifier">f</span><span class="symbol">(</span><span class="identifier">x</span><span class="symbol">: </span><span class="identifier">String</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><p>Performs an action on x.</p>
+<br/>
+<br/>
+<h3>Description</h3>
+<p>This is a long description.</p>
+<br/>
+<br/>
+<h3>Parameters</h3>
+<code>x</code> - the value to perform the action on.<br/>
+</BODY>
+</HTML>