[SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-257-gec11b28

[email protected] (Dirk Ziegelmeier) Thu, 28 Mar 2019 03:18:54 -0400 (EDT)
Newsgroups gmane.network.lwip.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  ec11b289cb18490fae94fda199fbb54cc35226f8 (commit)
       via  c59459935066ec50e610a3bee0e3627256796ef7 (commit)
      from  53818ad3e4616ca572d2e4a3a7f38d11c669b694 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec11b289cb18490fae94fda199fbb54cc35226f8
Author: Freddie Chopin <[email protected]>
Date:   Tue Mar 26 17:34:01 2019 +0100

    Fix and simplify newlines in doxygen documentation
    
    Replace '\n' with '<br>', as this allows doxygen to understand reference
    names followed by newline. For some cases just drop the newline if it's
    not required.
    
    Doxygen 1.8.15 doesn't like if the name of reference is followed by
    anything else than (selected?) punctuation or whitespace.
    
    bug #56004

commit c59459935066ec50e610a3bee0e3627256796ef7
Author: Freddie Chopin <[email protected]>
Date:   Tue Mar 26 17:31:20 2019 +0100

    Fix doxygen @ref in altcp.c
    
    Doxygen 1.8.15 doesn't like if the name of reference is followed by
    anything else than (selected?) punctuation or whitespace.
    
    bug #56004

-----------------------------------------------------------------------

Summary of changes:
 doc/doxygen/main_page.h            | 28 ++++++++++++------------
 src/api/netbuf.c                   |  2 +-
 src/apps/mdns/mdns.c               |  4 ++--
 src/apps/snmp/snmp_core.c          |  8 +++----
 src/core/altcp.c                   |  4 ++--
 src/core/altcp_alloc.c             |  2 +-
 src/core/altcp_tcp.c               |  3 ++-
 src/core/inet_chksum.c             |  2 +-
 src/core/ipv6/dhcp6.c              |  8 +++----
 src/core/ipv6/mld6.c               |  6 +++---
 src/core/netif.c                   |  8 +++----
 src/core/raw.c                     |  4 ++--
 src/core/tcp.c                     |  6 +++---
 src/core/udp.c                     |  6 +++---
 src/include/lwip/altcp.h           |  2 +-
 src/include/lwip/altcp_tcp.h       |  2 +-
 src/include/lwip/altcp_tls.h       |  2 +-
 src/include/lwip/arch.h            | 44 +++++++++++++++++++-------------------
 src/include/lwip/netif.h           |  4 ++--
 src/include/lwip/opt.h             | 12 +++++------
 src/include/lwip/priv/altcp_priv.h |  2 +-
 src/include/lwip/raw.h             |  2 +-
 src/include/lwip/tcp.h             |  2 +-
 src/include/lwip/tcpbase.h         |  2 +-
 src/include/lwip/udp.h             |  2 +-
 src/netif/ethernet.c               |  2 +-
 src/netif/slipif.c                 | 12 +++++------
 27 files changed, 91 insertions(+), 90 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack