Setup Doxygen API reference for Docs (#2115)

* setup Doxygen settings

* add api_reference to requirements.txt

* add doxygen file header

* omit latex generation

* remove testing entry

* update Doxyfile
This commit is contained in:
alexxu-amd
2025-04-24 11:35:06 -04:00
committed by GitHub
parent 02ce6d39ea
commit ba97363acd
4 changed files with 724 additions and 360 deletions

View File

@@ -28,6 +28,7 @@ external_toc_path = "./sphinx/_toc.yml"
docs_core = ROCmDocs(left_nav_title)
docs_core.run_doxygen(doxygen_root="doxygen", doxygen_path="doxygen/xml")
docs_core.enable_api_reference()
docs_core.setup()
external_projects_current_project = "composable_kernel"