Commit 727ee7d0 authored by Nate Vargas's avatar Nate Vargas Committed by GitHub

Set GENERATE_TAGFILE in Doxyfile

Allows documentation to be linked from other projects to https://nlohmann.github.io/json using Doxygen with the tag:
TAGFILES = $(SOME_PATH)/nlohmann_json.tag=https://nlohmann.github.io/json
parent d300a8e2
...@@ -281,7 +281,7 @@ SKIP_FUNCTION_MACROS = YES ...@@ -281,7 +281,7 @@ SKIP_FUNCTION_MACROS = YES
# Configuration options related to external references # Configuration options related to external references
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
TAGFILES = TAGFILES =
GENERATE_TAGFILE = GENERATE_TAGFILE = html/nlohmann_json.tag
ALLEXTERNALS = NO ALLEXTERNALS = NO
EXTERNAL_GROUPS = YES EXTERNAL_GROUPS = YES
EXTERNAL_PAGES = YES EXTERNAL_PAGES = YES
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment