diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-08-27 15:38:29 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-08-27 17:09:54 +0200 |
commit | 1c6dabaee7764954a9783effa7463f9866a02066 (patch) | |
tree | aa10f71e2e5f494962700b4dc655179375f4a8f3 /plugins/javadoc/src/main/resources/views/class.korte | |
parent | 4fbb10ae5d0902fe75e4fde2e7d0a56ec45eb63f (diff) | |
download | dokka-1c6dabaee7764954a9783effa7463f9866a02066.tar.gz dokka-1c6dabaee7764954a9783effa7463f9866a02066.tar.bz2 dokka-1c6dabaee7764954a9783effa7463f9866a02066.zip |
Fixing top-level functions linking for javadoc
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/class.korte')
-rw-r--r-- | plugins/javadoc/src/main/resources/views/class.korte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/javadoc/src/main/resources/views/class.korte b/plugins/javadoc/src/main/resources/views/class.korte index 048a479e..fcb866cb 100644 --- a/plugins/javadoc/src/main/resources/views/class.korte +++ b/plugins/javadoc/src/main/resources/views/class.korte @@ -65,7 +65,7 @@ <td class="colFirst"><code>{{ classlike.modifiers }}</code></td> <th class="colSecond" scope="row"><code>{{ classlike.signature }}</span></code> </th> - <td class="colLast">{{ classlike.description }}</td> + <td class="colLast">{{ classlike.description|raw }}</td> </tr> {% endfor %} </table> |