1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-18 06:02:16 +03:00

overworked doxygen

This commit is contained in:
Niels
2015-06-21 00:59:33 +02:00
parent 0abac59291
commit e63c508172
62 changed files with 3851 additions and 870 deletions

21
docs/doxyindex.cpp Normal file
View File

@ -0,0 +1,21 @@
/*!
@mainpage
@copyright Niels Lohmann\n
@include "../../LICENSE.MIT"
*/
/*!
@defgroup container Container
@brief methods and types to satisfy the Container requirements
A Container is an object used to store other objects and taking care of the
management of the memory used by the objects it contains.
@see http://en.cppreference.com/w/cpp/concept/Container
*/
/*!
@defgroup reversiblecontainer Reversible Container
*/