mirror of
https://github.com/nlohmann/json.git
synced 2025-07-07 23:41:10 +03:00
updated and fixed online version
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user