Image

Imagejohnmcelroy wrote in Imagecpp

Hi All,

I'm a Java programmer with moderate C\C++ chops and I'm currently writing two large projects (a compiler and a neural network) in C++. I was wondering if anyone could give me a suggestion for how to document my code (outside of commenting it well) as I'm used to having Javadoc at my disposal. After I graduate I want others to be able to jump straight in to using\extending my neural net without having to waste a semester figuring it out from the comments and documenting the compiler project will probably be useful when I interview.

Thanks.

John