This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 0/2] Simplify/improve s(|w)scanf and s(|w)printf documentation markup


On Nov 12 14:21, Jon Turney wrote:
> As briefly touched upon in the discussion at [1], this adjusts the documentation markup for some functions where 
> it is particularly complex.  This makes it significantly easier to generate the documentation for these 
> functions in alternate forms (e.g. manpages).
> 
> [1] https://sourceware.org/ml/newlib/2015/msg00565.html
> 
> Jon Turney (2):
>   Improve markup of sscanf and swscanf documentation
>   Simplify the markup for sprintf and swprintf documentation
> 
>  newlib/ChangeLog             |  10 +++
>  newlib/libc/stdio/sprintf.c  |  67 ++++++++--------
>  newlib/libc/stdio/sscanf.c   | 172 +++++++++++++++++++++++++++--------------
>  newlib/libc/stdio/swprintf.c |  68 ++++++++--------
>  newlib/libc/stdio/swscanf.c  | 179 +++++++++++++++++++++++++++++--------------
>  5 files changed, 318 insertions(+), 178 deletions(-)
> 
> -- 
> 2.5.3

ACK


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpdnViwMMInA.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]