Re: The headerizer and comment blocks

2007-12-12 Thread Paul Cochrane
On 12/12/2007, jerry gay <[EMAIL PROTECTED]> wrote: > On Dec 11, 2007 11:08 PM, Andy Lester <[EMAIL PROTECTED]> wrote: > > I made it make comment blocks look like this: > > > >/* > > > >=item C > > > >Does a synchronized removal of the head entry off the queue and > > returns it. > > >

Re: The headerizer and comment blocks

2007-12-12 Thread jerry gay
On Dec 11, 2007 11:08 PM, Andy Lester <[EMAIL PROTECTED]> wrote: > I made it make comment blocks look like this: > >/* > >=item C > >Does a synchronized removal of the head entry off the queue and > returns it. > >=cut > >*/ > >PARROT_CAN_RETURN_NULL >QUEUE_ENTRY * >

The headerizer and comment blocks

2007-12-11 Thread Andy Lester
Tonight I've been working on getting the headerizer to automagically update the comment blocks for each function in a .c file (.pmc files will come later). The goal here is twofold: 1) The documentation is always consistent, because the declaration- based documentation is computer-generated