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"> </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)