[jira] [Created] (IGNITE-12846) Docs: ml package org.apache.ignite.ml.knn.utils.indices have no description in binary release

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12846) Docs: ml package org.apache.ignite.ml.knn.utils.indices have no description in binary release

Anton Vinogradov (Jira)
Stepan Pilschikov created IGNITE-12846:
------------------------------------------

             Summary: Docs: ml package org.apache.ignite.ml.knn.utils.indices have no description in binary release
                 Key: IGNITE-12846
                 URL: https://issues.apache.org/jira/browse/IGNITE-12846
             Project: Ignite
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.8
            Reporter: Stepan Pilschikov


apache-ignite-2.8.0-bin/docs/javadoc/overview-summary.html does not contain description block for org.apache.ignite.ml.knn.utils.indices

Actual:
{code}
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></td>
<td class="colLast">&nbsp;</td>
</tr>
{code}

Expected:
{code}
</tr>
<tr class="altColor">
<td class="colFirst"><a href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></td>
<td class="colLast">
<div class="block">[Some description]</div>
</tr>
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)
Reply | Threaded
Open this post in threaded view
|

Re: [jira] [Created] (IGNITE-12846) Docs: ml package org.apache.ignite.ml.knn.utils.indices have no description in binary release

Alexey Zinoviev
Do you mean missed package-level docs, isn't it?

вт, 31 мар. 2020 г. в 11:52, Stepan Pilschikov (Jira) <[hidden email]>:

> Stepan Pilschikov created IGNITE-12846:
> ------------------------------------------
>
>              Summary: Docs: ml package
> org.apache.ignite.ml.knn.utils.indices have no description in binary release
>                  Key: IGNITE-12846
>                  URL: https://issues.apache.org/jira/browse/IGNITE-12846
>              Project: Ignite
>           Issue Type: Bug
>           Components: documentation
>     Affects Versions: 2.8
>             Reporter: Stepan Pilschikov
>
>
> apache-ignite-2.8.0-bin/docs/javadoc/overview-summary.html does not
> contain description block for org.apache.ignite.ml.knn.utils.indices
>
> Actual:
> {code}
> </tr>
> <tr class="altColor">
> <td class="colFirst"><a
> href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></td>
> <td class="colLast">&nbsp;</td>
> </tr>
> {code}
>
> Expected:
> {code}
> </tr>
> <tr class="altColor">
> <td class="colFirst"><a
> href="org/apache/ignite/ml/knn/utils/indices/package-summary.html">org.apache.ignite.ml.knn.utils.indices</a></td>
> <td class="colLast">
> <div class="block">[Some description]</div>
> </tr>
> {code}
>
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)
>