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

Jon Turney jon.turney@dronecode.org.uk
Thu Nov 12 14:22:00 GMT 2015


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



More information about the Newlib mailing list