aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

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

Open the-blank-x opened 9 months ago

the-blank-x commented 9 months ago

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