From 06b288a72d8db4814bf9eb98eba9be0ea6971a76 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 22 Nov 2015 11:55:10 +0000 Subject: examples: Added website parse-able descriptions to the e-mail examples --- docs/examples/smtp-expn.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/examples/smtp-expn.c') diff --git a/docs/examples/smtp-expn.c b/docs/examples/smtp-expn.c index 0322d2fc5..0454433c7 100644 --- a/docs/examples/smtp-expn.c +++ b/docs/examples/smtp-expn.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,11 +19,17 @@ * KIND, either express or implied. * ***************************************************************************/ + +/* + * SMTP example showing how to expand an e-mail mailing list + * + */ + #include #include #include -/* This is a simple example showing how to expand an email mailing list. +/* This is a simple example showing how to expand an e-mail mailing list. * * Notes: * -- cgit v1.2.3