Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
891b8f33
Commit
891b8f33
authored
Jun 21, 2015
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more documentation
parent
c85dbef9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
14 deletions
+19
-14
Doxyfile
doc/Doxyfile
+1
-1
doxyindex.cpp
doc/doxyindex.cpp
+0
-9
json.hpp
src/json.hpp
+9
-2
json.hpp.re2c
src/json.hpp.re2c
+9
-2
No files found.
doc/Doxyfile
View file @
891b8f33
...
@@ -101,7 +101,7 @@ WARN_LOGFILE =
...
@@ -101,7 +101,7 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the input files
# Configuration options related to the input files
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
INPUT = ../src/json.hpp
doxyindex.cpp
INPUT = ../src/json.hpp
INPUT_ENCODING = UTF-8
INPUT_ENCODING = UTF-8
FILE_PATTERNS =
FILE_PATTERNS =
RECURSIVE = NO
RECURSIVE = NO
...
...
doc/doxyindex.cpp
deleted
100644 → 0
View file @
c85dbef9
/*!
@mainpage
See @ref nlohmann::basic_json
@copyright Niels Lohmann\n
@include "../../LICENSE.MIT"
*/
src/json.hpp
View file @
891b8f33
/*!
/*!
@file
@mainpage
These pages contain the API documentation of JSON for Modern C++, a C++11
header-only JSON class.
Class @ref nlohmann::basic_json is a good entry point for the documentation.
@copyright The code is licensed under the MIT License
@copyright The code is licensed under the MIT License
<http://opensource.org/licenses/MIT>,
<http://opensource.org/licenses/MIT>,
Copyright (c) 2013-2015 Niels Lohmann.
Copyright (c) 2013-2015 Niels Lohmann.
@author Niels Lohmann <http://nlohmann.me>
@author Niels Lohmann <http://nlohmann.me>
@see https://github.com/nlohmann/json
@see https://github.com/nlohmann/json
to download the source code
*/
*/
#ifndef NLOHMANN_JSON_HPP
#ifndef NLOHMANN_JSON_HPP
#define NLOHMANN_JSON_HPP
#define NLOHMANN_JSON_HPP
...
...
src/json.hpp.re2c
View file @
891b8f33
/*!
/*!
@file
@mainpage
These pages contain the API documentation of JSON for Modern C++, a C++11
header-only JSON class.
Class @ref nlohmann::basic_json is a good entry point for the documentation.
@copyright The code is licensed under the MIT License
@copyright The code is licensed under the MIT License
<http://opensource.org/licenses/MIT>,
<http://opensource.org/licenses/MIT>,
Copyright (c) 2013-2015 Niels Lohmann.
Copyright (c) 2013-2015 Niels Lohmann.
@author Niels Lohmann <http://nlohmann.me>
@author Niels Lohmann <http://nlohmann.me>
@see https://github.com/nlohmann/json
@see https://github.com/nlohmann/json
to download the source code
*/
*/
#ifndef NLOHMANN_JSON_HPP
#ifndef NLOHMANN_JSON_HPP
#define NLOHMANN_JSON_HPP
#define NLOHMANN_JSON_HPP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment