summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 13:18:59 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-25 13:18:59 -0600
commitbb396891e9f43570b892804b9d7da3f6dd823fc3 (patch)
tree5d28c781312dc3f20ea9e632fbd1eaba3a496456
parentcf38ad3845f1434af51fe4ee4a2b9867da9a88ee (diff)
downloadyajl-bb396891e9f43570b892804b9d7da3f6dd823fc3.tar.gz
remove a br0k3n line of language from docs
-rw-r--r--src/yajl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yajl b/src/yajl
index a7b5205..b04c170 100644
--- a/src/yajl
+++ b/src/yajl
@@ -26,7 +26,6 @@ simplified parsing and extraction of data from smallish JSON documents.
\section usage Usage
-The following code sample is a complete JSON "reformating" program.
See <a href="reformatter_2json_reformat_8c-example.html">json_reformat.c</a> for a complete example of stream based parsing
and generation of JSON. See <a href="example_2parse_config_8c-example.html">parse_config.c</a> for an example of the
simplified tree interface.