updated and fixed online version
This commit is contained in:
parent
fdfb39d949
commit
236b7afff5
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
<a target="_blank" href="http://melpon.org/wandbox/permlink/y0porRuf7gTGQrIn"><b>online</b></a>
|
||||
<a target="_blank" href="http://melpon.org/wandbox/permlink/wuiuqYiYqRTdI3rG"><b>online</b></a>
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user