summaryrefslogtreecommitdiff
path: root/docs/examples/href_extractor.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-18 11:38:54 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-18 11:38:54 +0200
commit0e7d76d6a87bbae77af0bf37bed4428748295a44 (patch)
tree6c73211575ba8e2e10e5cc147c954bd2337eab78 /docs/examples/href_extractor.c
parent26583a62ab8f29f672f91932b81c595f33c72b9f (diff)
downloadgnurl-0e7d76d6a87bbae77af0bf37bed4428748295a44.tar.gz
gnurl-0e7d76d6a87bbae77af0bf37bed4428748295a44.tar.bz2
gnurl-0e7d76d6a87bbae77af0bf37bed4428748295a44.zip
examples: more descriptions
Diffstat (limited to 'docs/examples/href_extractor.c')
-rw-r--r--docs/examples/href_extractor.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/examples/href_extractor.c b/docs/examples/href_extractor.c
index c11325d2e..f2c324e3c 100644
--- a/docs/examples/href_extractor.c
+++ b/docs/examples/href_extractor.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2012 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -20,13 +20,13 @@
*
***************************************************************************/
+/* <DESC>
+ * Uses the "Streaming HTML parser" to extract the href pieces in a streaming
+ * manner from a downloaded HTML.
+ * </DESC>
+ */
/*
- * This example uses the "Streaming HTML parser" to extract the href pieces in
- * a streaming manner from a downloaded HTML. Kindly donated by MichaƂ
- * Kowalczyk.
- *
- * The parser is found at
- * http://code.google.com/p/htmlstreamparser/
+ * The HTML parser is found at http://code.google.com/p/htmlstreamparser/
*/
#include <stdio.h>