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

Enums are not namespace-qualified in the docs #43

Closed
vitaut opened this issue Mar 13, 2015 · 2 comments
Closed

Enums are not namespace-qualified in the docs #43

vitaut opened this issue Mar 13, 2015 · 2 comments

Comments

@vitaut
Copy link
Contributor

vitaut commented Mar 13, 2015

In http://ampl.github.io/common.html#_CPPv24Type enum is rendered as

enum Type

while it should be

enum mp::obj::Type
@vitaut
Copy link
Contributor Author

vitaut commented Mar 13, 2015

The issue is partially fixed in 42e4d72. Now the declaration looks like

enum mp::obj::Type

with the mp namespace still missing.

@vitaut
Copy link
Contributor Author

vitaut commented Mar 13, 2015

Fixed in 34e85e8.

@vitaut vitaut closed this as completed Mar 13, 2015
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

1 participant