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

doxygen tag-files are missing function-like keywords (e.g. static_assert)

Open cmorty opened this issue 5 years ago • 3 comments

This is probably the same as #78, but I'm not sure.

The tag-files seem to be missing multiple entries. I'm specifically looking at static_assert. It shows up in link-map.xml yet not in any of the .tag files. I tried adding it to index-functions-cpp.xml, yet that has no effect.

cmorty avatar May 21 '19 06:05 cmorty

static_assert is a keyword, does the tag file contain other keywords? What did you add to index-functions-cpp.xml that didn't work?

What other entries are you missing, can you give a list? If it's C++20 stuff, I just did a PR adding a bunch of new things and a couple old ones.

PeterFeicht avatar Jun 02 '19 19:06 PeterFeicht

@PeterFeicht Ok, PBKAC: Yes, all the keywords are missing. Would be nice having the function-style keywords like static_assert , the casts, alignof, etc. in the list, though. As for the other missing functions, those were a PBKAC, too. Sorry for the noise.

cmorty avatar Jun 03 '19 05:06 cmorty

I suppose we could add those as functions, I'll see if that works.

PeterFeicht avatar Jun 03 '19 08:06 PeterFeicht