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

Constructor for std::filesystem::path is shown as std::filesystem::path::path #162

Open
the-blank-x opened this issue Sep 30, 2023 · 0 comments

Comments

@the-blank-x
Copy link

Steps to reproduce

  1. Use cppreference.com as the source (cppman -s cppreference.com)
  2. Run cppman with a class of something under two namespaces (such as std::filesystem::path or std::chrono::duration)

Expected behavior

The constructor or destructor for, say, std::filesystem::path to be displayed as std::filesystem::path::[~]path

Actual behavior

The constructor or destructor is shown as std::filesystem::path::[~]filesystem::path

@the-blank-x the-blank-x changed the title Constructor for std::filesystem::path shown as std::filesystem::path::path Constructor for std::filesystem::path is shown as std::filesystem::path::path Sep 30, 2023
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

No branches or pull requests

1 participant