Skip to content

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

@the-blank-x

Description

@the-blank-x

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions