From: Andrew Cooper Date: Tue, 30 May 2017 10:47:48 +0000 (+0100) Subject: docs: Prevent Doxygen from interpreting __page_aligned_{bss,data} as a name X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d1a237abf651f181e6b11fbd7358abf07684c7c8;p=people%2Fandrewcoop%2Fxen-test-framework.git docs: Prevent Doxygen from interpreting __page_aligned_{bss,data} as a name Signed-off-by: Andrew Cooper --- diff --git a/Doxyfile b/Doxyfile index 51db23b..7d3891f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2028,6 +2028,8 @@ PREDEFINED = __aligned(x)= \ __always_inline \ __attribute__(x)= \ __packed \ + __page_aligned_bss \ + __page_aligned_data \ __printf(x,y)= \ __noinline \ __noreturn \