Commit f0cf47f6 authored by Greg Messner's avatar Greg Messner
Browse files

Fixed Javadoc issues (#425).

parent f4a6087b
...@@ -26,7 +26,7 @@ public class SearchApi extends AbstractApi { ...@@ -26,7 +26,7 @@ public class SearchApi extends AbstractApi {
/** /**
* Search globally across the GitLab instance. * Search globally across the GitLab instance.
* *
* <pre><code>GitLab Endpoint: POST /search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
* projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs, users * projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs, users
...@@ -42,7 +42,7 @@ public class SearchApi extends AbstractApi { ...@@ -42,7 +42,7 @@ public class SearchApi extends AbstractApi {
/** /**
* Search globally across the GitLab instance. * Search globally across the GitLab instance.
* *
* <pre><code>GitLab Endpoint: POST /search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
* projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs, users * projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs, users
...@@ -58,7 +58,7 @@ public class SearchApi extends AbstractApi { ...@@ -58,7 +58,7 @@ public class SearchApi extends AbstractApi {
/** /**
* Search globally across the GitLab instance. * Search globally across the GitLab instance.
* *
* <pre><code>GitLab Endpoint: POST /search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
* projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs, users * projects, issues, merge_requests, milestones, snippet_titles, snippet_blobs, users
...@@ -114,7 +114,7 @@ public class SearchApi extends AbstractApi { ...@@ -114,7 +114,7 @@ public class SearchApi extends AbstractApi {
* Search within the specified group. If a user is not a member of a group and the group is private, * Search within the specified group. If a user is not a member of a group and the group is private,
* a request on that group will result to a 404 status code. * a request on that group will result to a 404 status code.
* *
* <pre><code>GitLab Endpoint: POST /groups/:groupId/search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /groups/:groupId/search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path, required * @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path, required
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
...@@ -132,7 +132,7 @@ public class SearchApi extends AbstractApi { ...@@ -132,7 +132,7 @@ public class SearchApi extends AbstractApi {
* Search within the specified group. If a user is not a member of a group and the group is private, * Search within the specified group. If a user is not a member of a group and the group is private,
* a request on that group will result to a 404 status code. * a request on that group will result to a 404 status code.
* *
* <pre><code>GitLab Endpoint: POST /groups/:groupId/search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /groups/:groupId/search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path, required * @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path, required
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
...@@ -150,7 +150,7 @@ public class SearchApi extends AbstractApi { ...@@ -150,7 +150,7 @@ public class SearchApi extends AbstractApi {
* Search within the specified group. If a user is not a member of a group and the group is private, * Search within the specified group. If a user is not a member of a group and the group is private,
* a request on that group will result to a 404 status code. * a request on that group will result to a 404 status code.
* *
* <pre><code>GitLab Endpoint: POST /groups/:groupId/search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /groups/:groupId/search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path, required * @param groupIdOrPath the group ID, path of the group, or a Group instance holding the group ID or path, required
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
...@@ -197,7 +197,7 @@ public class SearchApi extends AbstractApi { ...@@ -197,7 +197,7 @@ public class SearchApi extends AbstractApi {
* Search within the specified project. If a user is not a member of a project and the project is private, * Search within the specified project. If a user is not a member of a project and the project is private,
* a request on that project will result to a 404 status code. * a request on that project will result to a 404 status code.
* *
* <pre><code>GitLab Endpoint: POST /projects/:projectId/search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /projects/:projectId/search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required * @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
...@@ -215,7 +215,7 @@ public class SearchApi extends AbstractApi { ...@@ -215,7 +215,7 @@ public class SearchApi extends AbstractApi {
* Search within the specified project. If a user is not a member of a project and the project is private, * Search within the specified project. If a user is not a member of a project and the project is private,
* a request on that project will result to a 404 status code. * a request on that project will result to a 404 status code.
* *
* <pre><code>GitLab Endpoint: POST /projects/:projectId/search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /projects/:projectId/search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required * @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
...@@ -233,7 +233,7 @@ public class SearchApi extends AbstractApi { ...@@ -233,7 +233,7 @@ public class SearchApi extends AbstractApi {
* Search within the specified project. If a user is not a member of a project and the project is private, * Search within the specified project. If a user is not a member of a project and the project is private,
* a request on that project will result to a 404 status code. * a request on that project will result to a 404 status code.
* *
* <pre><code>GitLab Endpoint: POST /project/:projectId/search?scope=:scope&search=:search-query</code></pre> * <pre><code>GitLab Endpoint: POST /project/:projectId/search?scope=:scope&amp;search=:search-query</code></pre>
* *
* @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required * @param projectIdOrPath the project in the form of an Integer(ID), String(path), or Project instance, required
* @param scope search the expression within the specified scope. Currently these scopes are supported: * @param scope search the expression within the specified scope. Currently these scopes are supported:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment