> -----Original Message----- > From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor > Sent: Monday, May 19, 2008 4:30 PM > To: dev@stdcxx.apache.org > Subject: Re: svn commit: r656686 - in > /stdcxx/branches/4.2.x/tests: include/rw_printf.h src/printf.h > > Eric Lemings wrote: > > > > > >> -----Original Message----- > >> From: Martin Sebor [mailto:sebor@roguewave.com] > >> Sent: Friday, May 16, 2008 11:26 AM > >> To: dev@stdcxx.apache.org > >> Subject: Re: svn commit: r656686 - in > >> /stdcxx/branches/4.2.x/tests: include/rw_printf.h src/printf.h > >> ... > > The original comment above rw_asnprintf() was meant to be where > all the directives were going to be documented. As STDCXX-871 > points out, the documentation is missing a bunch of directives. > Your change adds a new block with documentation for some of the > previously undocumented directives, but also for some of those > that were there before. The new block is also incomplete. So, > AFAICS, we now have two blocks documenting the same concept in > two different ways with some overlap. Ah, now I see the old comment for the list of formatting directives. I didn't see it before. I'll remove the old list and incorporate that into my new doc comments and replace it with a referece to the new documentation. Brad.