diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2020-07-21 14:24:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 14:24:42 +0200 |
commit | 8e3130129def0a185099a876da8978211a1eb44a (patch) | |
tree | 2c7eedc46851d042b6880e29eddad25d207ada3f /plugins/javadoc/src/main/resources/views/components | |
parent | 185f7e26edff82460793e1065888e49c5df34512 (diff) | |
download | dokka-8e3130129def0a185099a876da8978211a1eb44a.tar.gz dokka-8e3130129def0a185099a876da8978211a1eb44a.tar.bz2 dokka-8e3130129def0a185099a876da8978211a1eb44a.zip |
Wrap superclasses in Javadoc (#1191)
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/components')
-rw-r--r-- | plugins/javadoc/src/main/resources/views/components/head.korte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/javadoc/src/main/resources/views/components/head.korte b/plugins/javadoc/src/main/resources/views/components/head.korte index a3c74f12..1b8a61ca 100644 --- a/plugins/javadoc/src/main/resources/views/components/head.korte +++ b/plugins/javadoc/src/main/resources/views/components/head.korte @@ -3,6 +3,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="dc.created" content="2020-03-25"> <link rel="stylesheet" type="text/css" href="{{ pathToRoot }}stylesheet.css" title="Style"> + <link rel="stylesheet" type="text/css" href="{{ pathToRoot }}dokka-javadoc-stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="{{ pathToRoot }}jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-3.3.1.js"></script> <script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-migrate-3.0.1.js"></script> |