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

File Format Documentation #1

Open
chutchinson opened this issue Jun 18, 2015 · 1 comment
Open

File Format Documentation #1

chutchinson opened this issue Jun 18, 2015 · 1 comment

Comments

@chutchinson
Copy link
Contributor

It is crucial that we document both the legacy and the newly engineered file formats. This project is comprised of the asset pipeline and serialization common to the editor, engine, and future potential projects.

@goblinJoel
Copy link
Contributor

Is there a way to make automated documentation? The JSON stuff at least is pretty uniform. You have a method to populate the JSON object for the specific type that you're serializing, and it adds keys and values. Harvesting works similarly. But I expect there aren't tools to convert a series of json.key("foo").optString(thing.getFoo()); into a table of [field: "foo" | type: String | value: thing.getFoo()].

It would just be nice to have a way of ensuring the documentation is always current, since JSON is easy to change.

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

2 participants