The code base is basically a huge number of old projects of mine, all jammed together and in need of commenting and normalization.
Step 1: Document the documentation and coding styles in an official place.
Step 2: Normalize the code and documentation that already exists in the project.
Step 3: Go through and document the headers for all of the classes in the system. This will give us awesome, Doxygen generated HTML docs :)
Step 4: Go through and look for large confusing pieces of code and try to document them.
The code base is basically a huge number of old projects of mine, all jammed together and in need of commenting and normalization.
Step 1: Document the documentation and coding styles in an official place. Step 2: Normalize the code and documentation that already exists in the project. Step 3: Go through and document the headers for all of the classes in the system. This will give us awesome, Doxygen generated HTML docs :) Step 4: Go through and look for large confusing pieces of code and try to document them.