Right now the codebase uses xml style comments. These are pretty ugly and need to be updated to use a more standard style like this: ``` /** * A general description of blah blah * * @param Foo bar param * / ```