Skip to content
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

[DOC] Fix grouping for ANN in C++ doxygen #1782

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

lowener
Copy link
Contributor

@lowener lowener commented Aug 28, 2023

Fix #1771.
The @ingroup directive could only be applied to the member that followed the directive.
@addtogroup works better with the markers @{ and @}

Signed-off-by: Mickael Ide <[email protected]>
@lowener lowener added the doc Documentation label Aug 28, 2023
@lowener lowener requested a review from a team as a code owner August 28, 2023 11:35
@github-actions github-actions bot added the cpp label Aug 28, 2023
@cjnolet cjnolet self-assigned this Aug 28, 2023
Copy link
Member

@cjnolet cjnolet left a comment

Choose a reason for hiding this comment

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

LGTM!

@cjnolet
Copy link
Member

cjnolet commented Aug 28, 2023

/merge

@rapids-bot rapids-bot bot merged commit 3cb08f7 into rapidsai:branch-23.10 Aug 28, 2023
@lowener lowener deleted the 23.10-ann-doc branch August 29, 2023 11:28
wphicks added a commit to wphicks/raft that referenced this pull request Jan 3, 2024
Following up on PR rapidsai#1782 and for compatibility with changes from doxygen 1.9 to 1.10, consistently use the `@addtogroup` directive in place of the `@ingroup` directive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review cpp doc Documentation non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

[DOC] Include ANN index type in C++ documentation
2 participants