From 9285bb4fbfdd93f9c074242357e05b308e4dfc91 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 Nov 2020 14:40:59 +0100 Subject: Doxyfile: Define C standard version --- templates/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Doxyfile b/templates/Doxyfile index f1b9b244..7db17ca5 100644 --- a/templates/Doxyfile +++ b/templates/Doxyfile @@ -2089,7 +2089,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 = __GNUC__ __asm__(x)= RTEMS_SMP __attribute__(x)= __rtems__ "T_TEST_CASE(x)=void T_case_body_##x(void)" +PREDEFINED = __GNUC__ __asm__(x)= RTEMS_SMP __attribute__(x)= __rtems__ "T_TEST_CASE(x)=void T_case_body_##x(void)" __STDC_VERSION__=201112L # 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 -- cgit v1.2.3