diff options
Diffstat (limited to 'test/data/format/deprecated.class.html')
| -rw-r--r-- | test/data/format/deprecated.class.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/data/format/deprecated.class.html b/test/data/format/deprecated.class.html index bc44620d..352bd435 100644 --- a/test/data/format/deprecated.class.html +++ b/test/data/format/deprecated.class.html @@ -6,21 +6,21 @@ <br/> <h1>C</h1> <code><span class="keyword">class </span><s><span class="identifier">C</span></s></code><br/> -<strong>Deprecated: </strong>This class sucks<br/> +<strong>Deprecated:</strong> This class sucks<br/> <br/> <br/> <a href="test/index">test</a> / <a href="test/f">f</a><br/> <br/> <h1>f</h1> <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/> +<strong>Deprecated:</strong> This function sucks<br/> <br/> <br/> <a href="test/index">test</a> / <a href="test/p/index">p</a><br/> <br/> <h1>p</h1> <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/> +<strong>Deprecated:</strong> This property sucks<br/> <br/> <br/> <h3>Constructors</h3> |
