Skip to content

docs: add @file Doxygen blocks to public API headers#574

Merged
kcenon merged 1 commit into
mainfrom
docs/issue-568-enhance-doxygen-documentation
Apr 3, 2026
Merged

docs: add @file Doxygen blocks to public API headers#574
kcenon merged 1 commit into
mainfrom
docs/issue-568-enhance-doxygen-documentation

Conversation

@kcenon

@kcenon kcenon commented Apr 3, 2026

Copy link
Copy Markdown
Owner

Summary

Add @file Doxygen documentation blocks to 4 public API headers that were missing them, achieving 100% @file coverage across all headers in common_system.

Headers Updated

  • include/kcenon/common/adapters/adapter.h
  • include/kcenon/common/interfaces/database_interface.h
  • include/kcenon/common/utils/circular_buffer.h
  • include/kcenon/common/utils/object_pool.h

Closes #568

Test Plan

  • Verify Doxygen generation produces no warnings on updated headers
  • Confirm existing CI checks pass

Add @file header documentation blocks to 4 headers that were
missing them: adapter.h, database_interface.h, circular_buffer.h,
and object_pool.h.

Closes #568
@kcenon kcenon merged commit 1205dcf into main Apr 3, 2026
26 checks passed
@kcenon kcenon deleted the docs/issue-568-enhance-doxygen-documentation branch April 4, 2026 05:31
kcenon added a commit that referenced this pull request Apr 13, 2026
Add @file header documentation blocks to 4 headers that were
missing them: adapter.h, database_interface.h, circular_buffer.h,
and object_pool.h.

Closes #568
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.

docs: Enhance Doxygen inline documentation for public APIs

1 participant