-
Notifications
You must be signed in to change notification settings - Fork 321
chore: add comments to C++ client to adapt Doxygen #2233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 aims to make the Pegasus C++ client easier to document with Doxygen by adding Doxygen-friendly comments and introducing a Doxygen config/guide under src/client_lib/doxygen/.
Changes:
- Added extensive Doxygen comment blocks to C++ client headers (
pegasus_client_impl.h,pegasus_client_factory_impl.h). - Added a Doxygen configuration file and a short generation guide under
src/client_lib/doxygen/. - Introduced a Doxygen group (
pegasus_cpp_client) and file-level@fileheaders.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| src/client_lib/pegasus_client_impl.h | Adds Doxygen file header, group tags, and API comments across client/scanner declarations. |
| src/client_lib/pegasus_client_factory_impl.h | Adds Doxygen file header, group tags, and factory method documentation. |
| src/client_lib/doxygen/README.md | Adds instructions for generating Doxygen docs. |
| src/client_lib/doxygen/Doxyfile | Adds a Doxygen configuration targeting the C++ client headers. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
No description provided.