diff options
Diffstat (limited to 'test/data/format/overloadsWithDifferentDescriptions.html')
-rw-r--r-- | test/data/format/overloadsWithDifferentDescriptions.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/data/format/overloadsWithDifferentDescriptions.html b/test/data/format/overloadsWithDifferentDescriptions.html new file mode 100644 index 00000000..3ce974af --- /dev/null +++ b/test/data/format/overloadsWithDifferentDescriptions.html @@ -0,0 +1,28 @@ +<HTML> +<HEAD> +<title>test / f</title> +</HEAD> +<BODY> +<a href="out.html">test</a> / <a href="out.html"></a> / <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><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 int value to perform the action on.<br/> +<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 string value to perform the action on.<br/> +</BODY> +</HTML> |