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

Pass through all files to collect data before generating documentation #37

Open
kiith-sa opened this issue Dec 31, 2014 · 1 comment
Open

Comments

@kiith-sa
Copy link
Collaborator

Collect all functions, classes and other items (reuse/modify visitor.Item), together with their source locations, fully qualified names, how many times each item is referenced, etc. (Keep the AST node of each item as well; the overhead should be manageable).

Needed for many other issues, e.g. cross-referencing, class list sidebar, default main page, semantic highlighting, etc.

This pass can be merged with the existing pass that collects links for the TOC.

@kiith-sa
Copy link
Collaborator Author

As of 832c901 much of this is done (but will need more work to start fixing some of the depending issues)

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