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

Create overload page for specializations #602

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sdkrystian
Copy link
Member

No description provided.

@sdkrystian sdkrystian mentioned this pull request May 29, 2024
@sdkrystian sdkrystian force-pushed the assorted-fixes branch 2 times, most recently from b97dcfe to 9b1ffc5 Compare May 30, 2024 14:19
@alandefreitas
Copy link
Collaborator

I don't know if it's just about the terminology or if it affects the output, but there are no specialization overloads in C++. There's the main template and then the specializations. The main page is dedicated to the main template, with the content from its doc comments, and it contains links to other pages for its specializations. Unfortunately, there's no example of that with Doxygen+Docca because that's a feature Doxygen doesn't support. It's another C++ construct we emulate that with macros. However, for instance, see std::vector and std::formatter in cppreference.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://602.mrdocs.prtest2.cppalliance.org/index.html

@alandefreitas
Copy link
Collaborator

This is from May 29. Can we close it?

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://602.mrdocs.prtest2.cppalliance.org/index.html

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