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
be32cd01
Unverified
Commit
be32cd01
authored
Dec 31, 2020
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://github.com/nlohmann/json
into issue2324
parents
581f92b6
00e3f69a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Doxyfile
doc/Doxyfile
+6
-2
No files found.
doc/Doxyfile
View file @
be32cd01
# Doxyfile 1.
8.19
# Doxyfile 1.
9.0
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Project related configuration options
# Project related configuration options
...
@@ -26,6 +26,7 @@ JAVADOC_AUTOBRIEF = NO
...
@@ -26,6 +26,7 @@ JAVADOC_AUTOBRIEF = NO
JAVADOC_BANNER = NO
JAVADOC_BANNER = NO
QT_AUTOBRIEF = NO
QT_AUTOBRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
MULTILINE_CPP_IS_BRIEF = NO
PYTHON_DOCSTRING = YES
INHERIT_DOCS = YES
INHERIT_DOCS = YES
SEPARATE_MEMBER_PAGES = YES
SEPARATE_MEMBER_PAGES = YES
TAB_SIZE = 4
TAB_SIZE = 4
...
@@ -54,6 +55,7 @@ INLINE_GROUPED_CLASSES = NO
...
@@ -54,6 +55,7 @@ INLINE_GROUPED_CLASSES = NO
INLINE_SIMPLE_STRUCTS = NO
INLINE_SIMPLE_STRUCTS = NO
TYPEDEF_HIDES_STRUCT = NO
TYPEDEF_HIDES_STRUCT = NO
LOOKUP_CACHE_SIZE = 0
LOOKUP_CACHE_SIZE = 0
NUM_PROC_THREADS = 1
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Build related configuration options
# Build related configuration options
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
...
@@ -65,6 +67,7 @@ EXTRACT_STATIC = YES
...
@@ -65,6 +67,7 @@ EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_CLASSES = YES
EXTRACT_LOCAL_METHODS = YES
EXTRACT_LOCAL_METHODS = YES
EXTRACT_ANON_NSPACES = YES
EXTRACT_ANON_NSPACES = YES
RESOLVE_UNNAMED_PARAMS = YES
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
HIDE_UNDOC_CLASSES = NO
HIDE_FRIEND_COMPOUNDS = NO
HIDE_FRIEND_COMPOUNDS = NO
...
@@ -143,7 +146,6 @@ VERBATIM_HEADERS = NO
...
@@ -143,7 +146,6 @@ VERBATIM_HEADERS = NO
# Configuration options related to the alphabetical class index
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX =
IGNORE_PREFIX =
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to the HTML output
# Configuration options related to the HTML output
...
@@ -307,6 +309,8 @@ COLLABORATION_GRAPH = NO
...
@@ -307,6 +309,8 @@ COLLABORATION_GRAPH = NO
GROUP_GRAPHS = YES
GROUP_GRAPHS = YES
UML_LOOK = YES
UML_LOOK = YES
UML_LIMIT_NUM_FIELDS = 10
UML_LIMIT_NUM_FIELDS = 10
DOT_UML_DETAILS = NO
DOT_WRAP_THRESHOLD = 17
TEMPLATE_RELATIONS = NO
TEMPLATE_RELATIONS = NO
INCLUDE_GRAPH = NO
INCLUDE_GRAPH = NO
INCLUDED_BY_GRAPH = NO
INCLUDED_BY_GRAPH = NO
...
...
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