Skip to content

Update API documentation#72

Merged
derobins merged 5 commits into
developfrom
derobins/doxygen_updates
Nov 20, 2025
Merged

Update API documentation#72
derobins merged 5 commits into
developfrom
derobins/doxygen_updates

Conversation

@derobins
Copy link
Copy Markdown
Collaborator

@derobins derobins commented Nov 20, 2025

  • Update Doxyfile.in to Doxygen 1.9
  • Fix some bad Doxygen in the parameter API in hipfile.h and rocfile.h

Copilot AI review requested due to automatic review settings November 20, 2025 17:08
@derobins derobins changed the title Update documentation Update API documentation Nov 20, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project's documentation infrastructure by upgrading to Doxygen 1.9.8 and enabling stricter documentation validation. The changes address incorrect parameter documentation in the API headers and enable Clang's -Wdocumentation warning flag to catch documentation issues during compilation.

Key changes:

  • Upgraded Doxygen configuration from version 1.8.17 to 1.9.8
  • Fixed mismatched parameter names in API documentation (changed value to desc_str and added missing len parameter)
  • Enabled -Wdocumentation compiler flag for Clang to enforce documentation quality

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
docs/Doxyfile.in Updated Doxygen configuration file from version 1.8.17 to 1.9.8 with numerous setting updates and new configuration options
rocfile/include/rocfile.h Corrected parameter documentation to match actual function signatures (desc_str and len instead of value)
hipfile/include/hipfile.h Corrected parameter documentation to match actual function signatures (desc_str and len instead of value)
cmake/AISClangCompilerOptions.cmake Enabled -Wdocumentation warning flag for Clang compiler

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/Doxyfile.in Outdated
Comment thread docs/Doxyfile.in
This has flags a lot of missing internal documentation. I'll turn
this back on in a future PR.
@derobins derobins merged commit ab51d21 into develop Nov 20, 2025
120 of 128 checks passed
@derobins derobins deleted the derobins/doxygen_updates branch November 20, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants