aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/static_res
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/javadoc/src/main/resources/static_res')
-rw-r--r--plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css6
-rw-r--r--plugins/javadoc/src/main/resources/static_res/search.js4
-rw-r--r--plugins/javadoc/src/main/resources/static_res/stylesheet.css6
3 files changed, 14 insertions, 2 deletions
diff --git a/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css b/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
index b37eef35..267807e4 100644
--- a/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
+++ b/plugins/javadoc/src/main/resources/static_res/dokka-javadoc-stylesheet.css
@@ -1,6 +1,10 @@
+/*
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
pre.wrap-overflow {
overflow-x: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
word-wrap: break-word;
-} \ No newline at end of file
+}
diff --git a/plugins/javadoc/src/main/resources/static_res/search.js b/plugins/javadoc/src/main/resources/static_res/search.js
index 1608e648..f839a92f 100644
--- a/plugins/javadoc/src/main/resources/static_res/search.js
+++ b/plugins/javadoc/src/main/resources/static_res/search.js
@@ -1,3 +1,7 @@
+/*
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
const constants = {
noResult: {
l: "No results found",
diff --git a/plugins/javadoc/src/main/resources/static_res/stylesheet.css b/plugins/javadoc/src/main/resources/static_res/stylesheet.css
index 5d5bc20a..1a4d95b7 100644
--- a/plugins/javadoc/src/main/resources/static_res/stylesheet.css
+++ b/plugins/javadoc/src/main/resources/static_res/stylesheet.css
@@ -1,4 +1,8 @@
-/*
+/*
+ * Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
+/*
* Javadoc style sheet
*/