From: Charles R H. <cha...@gm...> - 2006-09-21 16:43:00
|
On 9/21/06, Sebastian Haase <ha...@ms...> wrote: > > On Thursday 21 September 2006 09:05, Charles R Harris wrote: > > Travis, > > > > A few questions. > > > > 1) I can't find any systematic code testing units, although there seem > to > > be tests for regressions and such. Is there a place we should be putting > > such tests? > > > > 2) Any plans for code documentation? I documented some of my stuff with > > doxygen markups and wonder if we should include a Doxyfile as part of > the > > package. > > Are able to use doxygen for Python code ? I thought it only worked for C > (and > alike) ? IIRC correctly, it now does Python too. Let's see... here is an example ## Documentation for this module. # # More details. ## Documentation for a function. # # More details. def func(): pass Looks like ## replaces the /** Chuck |