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

cldoc odd behavior #98

Open
rhl- opened this issue Apr 21, 2015 · 1 comment
Open

cldoc odd behavior #98

rhl- opened this issue Apr 21, 2015 · 1 comment

Comments

@rhl-
Copy link

rhl- commented Apr 21, 2015

screen shot 2015-04-20 at 7 13 47 pm
screen shot 2015-04-20 at 7 13 32 pm

In the typedefs section the red 'type' is a bit misplaced. Also, the bit to the right explaining what the typedef is, is incorrect. A layout similar to: http://en.cppreference.com/w/cpp/container/vector
is preferable.

Then in the functions, the return types need not be translated at all. Since we are presenting the typedefs, they should be well defined tokens. e.g. iterator not Abstract_simplex< T>::iterator for the begin() function. Also note the odd formatting of the () in the begin function.

@jessevdk
Copy link
Owner

The type thing would be easy to change, but avoiding the explode of the template arguments is actually not currently possible in a reliable way due to how clang doesn't provide this information. I agree this is pretty ugly and not helpful. I'd be glad to hear about a solution to this issue.

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