Closed CSDUMMI closed 3 years ago
What documentation do you think is needed?
I need a description of the important data, functions, etc., if I want to understand the Codebase. The Documentation should answer these questions:
And if you don't give any documentation to an assembly language project, you give us, who want to understand your project, almost nothing more than we would get if we reverse engineer a similar project.
Most if not all functions have a comment associated with it that specifies arguments and return parameter and are named to be descriptive as to their function. I don't really have time to make HTML documentation at the moment. If you have any questions though feel free to ask.
The whole Project has no single Documentation File besides README and Comments in the Source Code. I want to understand this project, but without Documentation, this task gets even harder.