From db992d42e51d9e73708e9c0fcafaebcd23642e26 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Fri, 18 May 2018 20:41:40 -0700 Subject: [PATCH] Set TINS_HAVE_DOT11 as predefined in Doxyfile Fixes #294 --- docs/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index ae5cf05..1c2ecd3 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -1366,7 +1366,8 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = "TINS_IS_CXX11=1" \ - "TINS_HAVE_WPA2_CALLBACKS=1" + "TINS_HAVE_WPA2_CALLBACKS=1" \ + "TINS_HAVE_DOT11=1" # 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.