From 236b7afff54f9a6e1609b7cc043138ed753c29f4 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 7 Feb 2016 15:07:17 +0100 Subject: [PATCH] updated and fixed online version --- README.md | 2 +- doc/examples/README.link | 2 +- doc/scripts/send_to_wandbox.py | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42489417..17771b6f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/nlohmann/json.svg?branch=master)](https://travis-ci.org/nlohmann/json) [![Build Status](https://ci.appveyor.com/api/projects/status/1acb366xfyg3qybk?svg=true)](https://ci.appveyor.com/project/nlohmann/json) [![Coverage Status](https://img.shields.io/coveralls/nlohmann/json.svg)](https://coveralls.io/r/nlohmann/json) -[![Try online](https://img.shields.io/badge/try-online-blue.svg)](http://melpon.org/wandbox/permlink/WSW3gHHE4UcZ9K3G) +[![Try online](https://img.shields.io/badge/try-online-blue.svg)](http://melpon.org/wandbox/permlink/wuiuqYiYqRTdI3rG) [![Documentation Status](https://img.shields.io/badge/docs-doxygen-blue.svg)](http://nlohmann.github.io/json) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT) [![Github Releases](https://img.shields.io/github/release/nlohmann/json.svg)](https://github.com/nlohmann/json/releases) diff --git a/doc/examples/README.link b/doc/examples/README.link index 62671439..7e8b50a8 100644 --- a/doc/examples/README.link +++ b/doc/examples/README.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/scripts/send_to_wandbox.py b/doc/scripts/send_to_wandbox.py index 77c1f157..0158fb16 100755 --- a/doc/scripts/send_to_wandbox.py +++ b/doc/scripts/send_to_wandbox.py @@ -100,7 +100,8 @@ def main(): 'code': open(cpp).read(), 'codes': [{ 'file': os.path.relpath(header, directory), - 'code': strip_comments(open(header).read()) + #'code': strip_comments(open(header).read()) + 'code': open(header).read() } for header in headers(directory)], 'options': 'boost-nothing,c++11', 'compiler': 'gcc-4.9.2',