summaryrefslogtreecommitdiff
path: root/ace/config-doxygen.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-doxygen.h')
-rw-r--r--ace/config-doxygen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/config-doxygen.h b/ace/config-doxygen.h
index d779436acd3..d60eb0d5955 100644
--- a/ace/config-doxygen.h
+++ b/ace/config-doxygen.h
@@ -16,10 +16,7 @@
#define ACE_CONFIG_DOXYGEN_H
/// Make sure that we always turn inlining on.
-#define __ACE_INLINE__
-
-/// Make the wchar_t interfaces available.
-#define ACE_HAS_WCHAR
+#defind __ACE_INLINE__
/// Make all the emulation versions of string operations visible
// #define ACE_LACKS_WCSTOK
@@ -100,6 +97,9 @@
/// Generate strptime documentation
#define ACE_HAS_STRPTIME
+/// Doxygen is capable of parsing using
+#define ACE_HAS_USING_KEYWORD
+
/// Generate icmp documentation
#define ACE_HAS_ICMP_SUPPORT 1