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

Parameter references #53

Open
kiith-sa opened this issue Jan 13, 2015 · 0 comments
Open

Parameter references #53

kiith-sa opened this issue Jan 13, 2015 · 0 comments

Comments

@kiith-sa
Copy link
Collaborator

Cross-referencing does not handle function and template parameters at the moment.

Parameters should be considered children of their function/class/template/whatever so e.g. methods of
a templated class can refer to its parameters. (As a side effect, e.g. a method will be able to to refer to other method's parameters like this: otherMethod.param)

Links to parameters should point to anchors in Params: lists, not separate files. This means we will
need to differentiate between child members and params in MembersTree (e.g. paramChildren instead of storing them all in children?) as well as when determining symbolLink by HTMLWriter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant