dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Throws tab is rendered for classes without content

Open atyrin opened this issue 2 years ago • 0 comments

For the code like

/**
 * tab
 * @throws Exception with description
 */
class ThrowsTab

The output looks like: image

but at the same time, HTML contains the tag description image

Not sure that @thows and @exception should be applicable for classes.

  • Dokka version: 1.7.10/master

atyrin avatar Sep 08 '22 12:09 atyrin