forked from mfulz_github/qmk_firmware
Upgrade Doxygen configuration files to the latest version.
This commit is contained in:
parent
3059a33db2
commit
2413d114b7
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1284,14 +1284,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1285,14 +1285,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ clean:
|
||||||
@rm $(TEMP_MANIFEST_XML) $(MODULE_OUTPUT_XML) $(EXTENSION_OUTPUT_XML)
|
@rm $(TEMP_MANIFEST_XML) $(MODULE_OUTPUT_XML) $(EXTENSION_OUTPUT_XML)
|
||||||
|
|
||||||
$(DOXYGEN_TAG_FILE_XML):
|
$(DOXYGEN_TAG_FILE_XML):
|
||||||
make -C ../ doxygen
|
$(MAKE) -C ../ doxygen
|
||||||
|
|
||||||
$(TEMP_MANIFEST_XML): $(DOXYGEN_TAG_FILE_XML)
|
$(TEMP_MANIFEST_XML): $(DOXYGEN_TAG_FILE_XML)
|
||||||
@echo "Generating Manifest XML..."
|
@echo "Generating Manifest XML..."
|
||||||
|
|
|
@ -19,10 +19,6 @@ upgrade-doxygen:
|
||||||
@echo Upgrading Doxygen.conf files...
|
@echo Upgrading Doxygen.conf files...
|
||||||
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
|
@for doxygen_conf in `find $(LUFA_ROOT) -name Doxygen.conf`; do \
|
||||||
doxygen -u $$doxygen_conf; \
|
doxygen -u $$doxygen_conf; \
|
||||||
sed "s/MARKDOWN_SUPPORT *= *YES/MARKDOWN_SUPPORT = NO/1" $$doxygen_conf > $$doxygen_conf.new; \
|
|
||||||
sed "s/DISABLE_INDEX *= *NO/DISABLE_INDEX = YES/1" $$doxygen_conf.new > $$doxygen_conf.new2; \
|
|
||||||
mv -u $$doxygen_conf.new2 $$doxygen_conf; \
|
|
||||||
rm $$doxygen_conf.new; \
|
|
||||||
done;
|
done;
|
||||||
@echo Doxygen configuration update complete.
|
@echo Doxygen configuration update complete.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1286,14 +1286,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1284,14 +1284,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1284,14 +1284,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Doxyfile 1.8.3
|
# Doxyfile 1.8.3.1
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
|
@ -1283,14 +1283,19 @@ SEARCHENGINE_URL =
|
||||||
|
|
||||||
SEARCHDATA_FILE = searchdata.xml
|
SEARCHDATA_FILE = searchdata.xml
|
||||||
|
|
||||||
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through other
|
# When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
|
||||||
# doxygen projects that are not otherwise connected via tags files, but are
|
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
|
||||||
# all added to the same search index. Each project needs to have a tag file set
|
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
|
||||||
# via GENERATE_TAGFILE. The search mapping then maps the name of the tag file
|
# projects and redirect the results back to the right project.
|
||||||
# to a relative location where the documentation can be found,
|
|
||||||
# similar to the
|
EXTERNAL_SEARCH_ID =
|
||||||
# TAGFILES option but without actually processing the tag file.
|
|
||||||
# The format is: EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
|
# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
|
||||||
|
# projects other than the one defined by this configuration file, but that are
|
||||||
|
# all added to the same external search index. Each project needs to have a
|
||||||
|
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
|
||||||
|
# of to a relative location where the documentation can be found.
|
||||||
|
# The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
|
||||||
|
|
||||||
EXTRA_SEARCH_MAPPINGS =
|
EXTRA_SEARCH_MAPPINGS =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue