aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation')
-rw-r--r--plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/-search.html6
-rw-r--r--plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/f.html6
-rw-r--r--plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/index.html6
-rw-r--r--plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/styles/style.css6
4 files changed, 9 insertions, 15 deletions
diff --git a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/-search.html b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/-search.html
index f32a089f..13611eb6 100644
--- a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/-search.html
+++ b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/-search.html
@@ -14,9 +14,9 @@
<div id="sideMenu"></div>
</div>
<div id="main">
- <div id="searchBar">
- <form action="-search.html" method="get" id="searchForm"><input type="search" name="query"><input type="submit" value="Search"></form>
- </div>
+ <div id="searchBar"></div>
+ <script type="text/javascript" src="scripts/pages.js"></script>
+ <script type="text/javascript" src="scripts/main.js"></script>
<h1 id="searchTitle">Search results for </h1>
<table>
<tbody id="searchTable"></tbody>
diff --git a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/f.html b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/f.html
index 0f9f7487..724a7e7b 100644
--- a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/f.html
+++ b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/f.html
@@ -13,9 +13,9 @@
<div id="sideMenu"></div>
</div>
<div id="main">
- <div id="searchBar">
- <form action="../../-search.html" method="get" id="searchForm"><input type="search" name="query"><input type="submit" value="Search"></form>
- </div>
+ <div id="searchBar"></div>
+ <script type="text/javascript" src="../../scripts/pages.js"></script>
+ <script type="text/javascript" src="../../scripts/main.js"></script>
<div id="content" pageIds="//f/#//">//<a href="../index.html">root</a>/<a href="index.html"></a>/<a href="f.html">f</a>
<div class="platform-tagged">
<div class="platform-tag jvm">JVM</div>
diff --git a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/index.html b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/index.html
index f2b20ccf..c7ec57c7 100644
--- a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/index.html
+++ b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/root/index.html
@@ -13,9 +13,9 @@
<div id="sideMenu"></div>
</div>
<div id="main">
- <div id="searchBar">
- <form action="../../-search.html" method="get" id="searchForm"><input type="search" name="query"><input type="submit" value="Search"></form>
- </div>
+ <div id="searchBar"></div>
+ <script type="text/javascript" src="../../scripts/pages.js"></script>
+ <script type="text/javascript" src="../../scripts/main.js"></script>
<div id="content" pageIds="/////">//<a href="../index.html">root</a>/<a href="index.html"></a>
<div class="platform-tagged">
<div class="platform-tag jvm">JVM</div>
diff --git a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/styles/style.css b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/styles/style.css
index 1cab694a..80865758 100644
--- a/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/styles/style.css
+++ b/plugins/base/src/test/resources/expect/functionWithNotDocumentedAnnotation/out/html/styles/style.css
@@ -46,13 +46,7 @@
}
#searchBar {
- width: 100%;
- pointer-events: none;
-}
-
-#searchForm {
float: right;
- pointer-events: all;
}
#logo {