updating the doxyfile and the index.rst so that it gets the full API (#2416)

* updating the doxyfile and the index.rst so that it gets the full API

* added recommended doxygen values
This commit is contained in:
spolifroni-amd
2025-07-07 10:29:36 -04:00
committed by GitHub
parent ad593c286f
commit 096bf2de41
2 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,9 @@ The Composable Kernel repository is located at `https://github.com/ROCm/composab
* :doc:`Composable Kernel custom types <./reference/Composable_Kernel_custom_types>`
* :doc:`Composable Kernel vector utilities <./reference/Composable_Kernel_vector_utilities>`
* :ref:`wrapper`
* :doc:`Composable Kernel complete class list <./doxygen/html/annotated>`
* :doc:`Composable Kernel API reference <./doxygen/html/namespace_c_k>`
* :doc:`CK Tile API reference <./doxygen/html/namespaceck__tile>`
* :doc:`Composable Kernel complete API class list <./doxygen/html/annotated>`
To contribute to the documentation refer to `Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.