BigEd / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
1 stars 3 forks source link

Add missing code documentation revealed by doxygen #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make html

What is the expected output? What do you see instead?
Expect clean report from Doxygen.  See warnings about missing docs for 
parameters.

Original issue reported on code.google.com by dwhall...@gmail.com on 13 Mar 2010 at 1:42

GoogleCodeExporter commented 9 years ago
Changed mostly doxygen code comments, but also some func declarations and 
removed one 
extraneous semicolon.

Original comment by dwhall...@gmail.com on 13 Mar 2010 at 9:23

GoogleCodeExporter commented 9 years ago
No new tests needed, builds cleanly, 'make html' builds cleanly with 2 
exceptions 
(unsupported tags in the Doxyfile) because my doxygen is old (1.5.9).

Mainlined directly, see r457

Original comment by dwhall...@gmail.com on 13 Mar 2010 at 9:25