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

Missing names #28

Closed
h-2 opened this issue Jul 22, 2022 · 6 comments
Closed

Missing names #28

h-2 opened this issue Jul 22, 2022 · 6 comments
Labels

Comments

@h-2
Copy link

h-2 commented Jul 22, 2022

Thanks for your work on this first of all!

Even the latest release seems to be missing lots of C++20 stuff, like Concepts and things from std::ranges::. Is this a known issue?

@PeterFeicht
Copy link
Owner

Do you mean pages for things in C++20? This is just an offline clone of cppreference.com, so if a page is not on cppreference.com then it won't be here either.

If you're referring to Doxygen tag files, that content gets updated upstream and recent changes will be included with every new release.

@h-2
Copy link
Author

h-2 commented Aug 17, 2022

Do you mean pages for things in C++20? This is just an offline clone of cppreference.com, so if a page is not on cppreference.com then it won't be here either.

No, I mean things like:
https://en.cppreference.com/w/cpp/concepts/integral
https://en.cppreference.com/w/cpp/ranges/filter_view

If you're referring to Doxygen tag files, that content gets updated upstream and recent changes will be included with every new release.

Ok, so I should report missing names upstream?

@PeterFeicht
Copy link
Owner

So you're talking about tag files?
Yes, please report missing entries upstream (or better yet, contribute them yourself).

@h-2
Copy link
Author

h-2 commented Aug 17, 2022

So you're talking about tag files?

Yep, I meant Doxygen tag files.

Just, so that there is no confusion:

  • if something is missing on the website, I will report at https://github.com/p12tic/cppreference-doc
  • if something is on the website, but missing from the doxygen tag file, I will report it here and/or make a PR here

correct?

@PeterFeicht
Copy link
Owner

If something is missing from cppreference.com then you can contribute it yourself, there's nowhere to report that (it's a wiki after all).

In general: usually you'll want to report any issues with the offline archive at p12tic/cppreference-doc. Anything that's specific to this fork you can report here of course.

Specifically Doxygen tag files: you can try and open a ticket upstream, but you might wanna contribute missing entries yourself and open a PR instead ;-)

@PeterFeicht PeterFeicht closed this as not planned Won't fix, can't repro, duplicate, stale Aug 17, 2022
@h-2
Copy link
Author

h-2 commented Oct 11, 2022

If something is missing from cppreference.com then you can contribute it yourself, there's nowhere to report that (it's a wiki after all).

It's not about things missing from the Wiki. I already said before that I mean things like the following:
https://en.cppreference.com/w/cpp/concepts/integral
https://en.cppreference.com/w/cpp/ranges/filter_view

In general: usually you'll want to report any issues with the offline archive at p12tic/cppreference-doc.

I opened an issue there but got no response so far: p12tic#127

Anything that's specific to this fork you can report here of course.

I am not sure what is specific to this port. I inherited a workflow that pulls cppreference-doxygen-web.tag.xml from the html-book from this fork. Is that specific to this port? I could not find these files in the parent repo.

Specifically Doxygen tag files: you can try and open a ticket upstream, but you might wanna contribute missing entries yourself and open a PR instead ;-)

I would be very willing to add things, but I have no clue where/how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants