Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-03 11:57:35 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-07-03 11:57:35 +0300
commit6efe2493a65540d3f484a8b7f27d5298d49c9da4 (patch)
tree55ff8924a57c370c16eb69ab90b35ff7d723bf78 /Doxyfile
parent53d415a3b69d2680c15ae2c56a9baf9b149ad71d (diff)
Lots more afio => llfio renaming
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile34
1 files changed, 17 insertions, 17 deletions
diff --git a/Doxyfile b/Doxyfile
index 258ed375..e1ac0a68 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME = "AFIO"
+PROJECT_NAME = "LLFIO"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
@@ -768,10 +768,10 @@ WARN_LOGFILE = doxygen_warnings.log
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = include/afio \
- include/afio/v2.0 \
- include/afio/v2.0/algorithm \
- include/afio/v2.0/algorithm/shared_fs_mutex \
+INPUT = include/llfio \
+ include/llfio/v2.0 \
+ include/llfio/v2.0/algorithm \
+ include/llfio/v2.0/algorithm/shared_fs_mutex \
release_notes.md
# This tag can be used to specify the character encoding of the source files
@@ -1223,7 +1223,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs"
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
-DOCSET_BUNDLE_ID = org.doxygen.boostafio
+DOCSET_BUNDLE_ID = org.doxygen.boostllfio
# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
@@ -1231,7 +1231,7 @@ DOCSET_BUNDLE_ID = org.doxygen.boostafio
# The default value is: org.doxygen.Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.
-DOCSET_PUBLISHER_ID = org.doxygen.boostafio
+DOCSET_PUBLISHER_ID = org.doxygen.boostllfio
# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The default value is: Publisher.
@@ -1322,7 +1322,7 @@ QCH_FILE =
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.
-QHP_NAMESPACE = org.doxygen.boostafio
+QHP_NAMESPACE = org.doxygen.boostllfio
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
@@ -1381,7 +1381,7 @@ GENERATE_ECLIPSEHELP = NO
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
-ECLIPSE_DOC_ID = org.doxygen.boostafio
+ECLIPSE_DOC_ID = org.doxygen.boostllfio
# If you want full control over the layout of the generated HTML pages it might
# be necessary to disable the index and replace it with your own. The
@@ -2022,7 +2022,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 AFIO_REQUIRES(...)=
+PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 LLFIO_REQUIRES(...)=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
@@ -2031,14 +2031,14 @@ PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 AF
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-EXPAND_AS_DEFINED = AFIO_DECL AFIO_DEADLINE_NAME AFIO_MAKE_FREE_FUNCTION \
- AFIO_HEADERS_ONLY_MEMFUNC_SPEC AFIO_HEADERS_ONLY_FUNC_SPEC AFIO_HEADERS_ONLY_VIRTUAL_SPEC \
+EXPAND_AS_DEFINED = LLFIO_DECL LLFIO_DEADLINE_NAME LLFIO_MAKE_FREE_FUNCTION \
+ LLFIO_HEADERS_ONLY_MEMFUNC_SPEC LLFIO_HEADERS_ONLY_FUNC_SPEC LLFIO_HEADERS_ONLY_VIRTUAL_SPEC \
QUICKCPPLIB_BITFIELD_BEGIN QUICKCPPLIB_BITFIELD_END \
- AFIO_V2_NAMESPACE AFIO_V2_NAMESPACE_BEGIN AFIO_V2_NAMESPACE_EXPORT_BEGIN AFIO_V2_NAMESPACE_END \
- AFIO_VERSION_GLUE2 AFIO_VERSION_GLUE AFIO_HEADERS_PATH4 AFIO_HEADERS_PATH3 AFIO_HEADERS_PATH2 \
- AFIO_HEADERS_PATH AFIO_MODULE_NAME \
- AFIO_VERSION_MAJOR AFIO_VERSION_MINOR \
- AFIO_REQUIRES
+ LLFIO_V2_NAMESPACE LLFIO_V2_NAMESPACE_BEGIN LLFIO_V2_NAMESPACE_EXPORT_BEGIN LLFIO_V2_NAMESPACE_END \
+ LLFIO_VERSION_GLUE2 LLFIO_VERSION_GLUE LLFIO_HEADERS_PATH4 LLFIO_HEADERS_PATH3 LLFIO_HEADERS_PATH2 \
+ LLFIO_HEADERS_PATH LLFIO_MODULE_NAME \
+ LLFIO_VERSION_MAJOR LLFIO_VERSION_MINOR \
+ LLFIO_REQUIRES
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have