diff options
Diffstat (limited to 'test/data/format/deprecated.class.html')
-rw-r--r-- | test/data/format/deprecated.class.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/data/format/deprecated.class.html b/test/data/format/deprecated.class.html index 1442026c..030dd12b 100644 --- a/test/data/format/deprecated.class.html +++ b/test/data/format/deprecated.class.html @@ -5,19 +5,22 @@ <a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">C</a><br/> <br/> <h1>C</h1> -<pre><code><span class="keyword">class </span><s><span class="identifier">C</span></s></code></pre><strong>Deprecated: </strong>This class sucks<br/> +<code><span class="keyword">class </span><s><span class="identifier">C</span></s></code><br/> +<strong>Deprecated: </strong>This class sucks<br/> <br/> <br/> <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><s><span class="identifier">f</span></s><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></pre><strong>Deprecated: </strong>This function sucks<br/> +<code><span class="keyword">fun </span><s><span class="identifier">f</span></s><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><br/> +<strong>Deprecated: </strong>This function sucks<br/> <br/> <br/> <a href="out.html">test</a> / <a href="out.html"></a> / <a href="out.html">p</a><br/> <br/> <h1>p</h1> -<pre><code><span class="keyword">val </span><s><span class="identifier">p</span></s><span class="symbol">: </span><span class="identifier">Int</span></code></pre><strong>Deprecated: </strong>This property sucks<br/> +<code><span class="keyword">val </span><s><span class="identifier">p</span></s><span class="symbol">: </span><span class="identifier">Int</span></code><br/> +<strong>Deprecated: </strong>This property sucks<br/> <br/> <br/> <h3>Constructors</h3> |