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

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

Open
cmorty opened this issue May 21, 2019 · 3 comments
Open

Comments

@cmorty
Copy link

cmorty commented May 21, 2019

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.

@PeterFeicht
Copy link
Contributor

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.

@cmorty
Copy link
Author

cmorty commented Jun 3, 2019

@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 cmorty changed the title doxygen tag-files are missing entries (e.g. static_assert) doxygen tag-files are missing function-like keywords (e.g. static_assert) Jun 3, 2019
@PeterFeicht
Copy link
Contributor

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

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

2 participants