cppreference-doc icon indicating copy to clipboard operation
cppreference-doc copied to clipboard

Functions are not labelled with the `std::` prefix

Open carlosgalvezp opened this issue 3 years ago • 1 comments

Hi!

We are using XML tag file integrated with Doxygen so we can do things like:

/// @see std::vector

This works great for classes and structs, but not for functions, because in the XML tag file the <name> section does not include the std:: prefix, so we need to write:

/// @see begin

Instead of:

/// @see std::begin

Why is that? Would it be possible to add the std:: prefix to all symbols?

carlosgalvezp avatar Feb 10 '22 10:02 carlosgalvezp

This sounds like something worth contributing upstream 🤔

PeterFeicht avatar Apr 28 '22 10:04 PeterFeicht