-
Notifications
You must be signed in to change notification settings - Fork 18
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
Automated reference builder #4
Comments
Should the reference stay in this project and in what form: files, wiki or both? Or make a dedicated project? Would be nice to team up with people working in other languages if possible. |
Because Javascript is interpreted, I'm not opposed to make node-gyp modules (using c) for these, especially the mpq functions. Most of the time wasted in extracting the data is there. |
Current work visible on the It's a work in progress, currently porting from a local clone of the The porting script reads the Python lines and transforms them into Javascript object representation of the data structure and events, thus paving the way for the automatically generated reference. |
Considering the The following two questions are not mutually exclusive:
Two cases:
Food for thought... |
Writing an automated reference builder should be fairly easy using the protocol data structure and events description.
It should be able to track what was added or removed in each build and be backward compatible.
It could either output directly a reference or some intermediate files to be consumed by existing automatic documentation builder.
The text was updated successfully, but these errors were encountered: