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>2017-07-14 23:40:31 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-14 23:40:31 +0300
commita7bc876322994d2bd76e95b2c61ec1b1241e4738 (patch)
tree9cc95beb4b84229155c7c05a9ee1ad5bb022ef2f /Doxyfile
parent3a16fa3e45b940a221ceb41a6c86ebe214318c02 (diff)
First attempt at a port to QuickCppLib and Outcome v2 (it's not working yet)
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Doxyfile b/Doxyfile
index 85147512..40f62b2a 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 = "Boost.AFIO"
+PROJECT_NAME = "AFIO"
# 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
@@ -2023,7 +2023,7 @@ INCLUDE_FILE_PATTERNS =
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 \
- BOOSTLITE_CONSTEXPR=constexpr
+ QUICKCPPLIB_CONSTEXPR=constexpr
# 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
@@ -2032,13 +2032,13 @@ PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 \
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-EXPAND_AS_DEFINED = BOOST_AFIO_DEADLINE_NAME BOOSTLITE_CONSTEXPR \
- BOOST_AFIO_HEADERS_ONLY_MEMFUNC_SPEC BOOST_AFIO_HEADERS_ONLY_FUNC_SPEC BOOST_AFIO_HEADERS_ONLY_VIRTUAL_SPEC \
- BOOSTLITE_BITFIELD_BEGIN BOOSTLITE_BITFIELD_END \
- BOOST_AFIO_V2_NAMESPACE BOOST_AFIO_V2_NAMESPACE_BEGIN BOOST_AFIO_V2_NAMESPACE_EXPORT_BEGIN BOOST_AFIO_V2_NAMESPACE_END \
- BOOST_AFIO_VERSION_GLUE2 BOOST_AFIO_VERSION_GLUE BOOST_AFIO_HEADERS_PATH4 BOOST_AFIO_HEADERS_PATH3 BOOST_AFIO_HEADERS_PATH2 \
- BOOST_AFIO_HEADERS_PATH BOOST_AFIO_MODULE_NAME \
- BOOST_AFIO_VERSION_MAJOR BOOST_AFIO_VERSION_MINOR
+EXPAND_AS_DEFINED = AFIO_DEADLINE_NAME QUICKCPPLIB_CONSTEXPR \
+ AFIO_HEADERS_ONLY_MEMFUNC_SPEC AFIO_HEADERS_ONLY_FUNC_SPEC AFIO_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
# 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