more documentation
This commit is contained in:
parent
c85dbef98f
commit
891b8f33c1
4 changed files with 19 additions and 14 deletions
|
@ -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
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
/*!
|
|
||||||
@mainpage
|
|
||||||
|
|
||||||
See @ref nlohmann::basic_json
|
|
||||||
|
|
||||||
@copyright Niels Lohmann\n
|
|
||||||
@include "../../LICENSE.MIT"
|
|
||||||
*/
|
|
||||||
|
|
11
src/json.hpp
11
src/json.hpp
|
@ -1,12 +1,19 @@
|
||||||
/*!
|
/*!
|
||||||
@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
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,19 @@
|
||||||
/*!
|
/*!
|
||||||
@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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue