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

Add Basic Doc Generator #9

Open
matt-attack opened this issue Jul 21, 2017 · 1 comment
Open

Add Basic Doc Generator #9

matt-attack opened this issue Jul 21, 2017 · 1 comment
Assignees

Comments

@matt-attack
Copy link
Owner

Should start out by generating basic html file that lists types and functions so that one does not have to scan all the code to find it. Then have it load basic description from comment above the declaration.

@matt-attack matt-attack self-assigned this Jul 21, 2017
matt-attack added a commit that referenced this issue Jul 29, 2017
Resolves #12 by making it only relevant to the internal array type

Added internal array type for global arrays and a few other things
Fixes a lot of issues involving arrays caused by the recent revamp

Starts to address issue #9 by adding some basic html doc gen
@matt-attack
Copy link
Owner Author

Basic framework is in place, now need to integrate it as a compiler option and finish outputting more types. Then can move on to adding user generated info about the code.

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