aboutsummaryrefslogtreecommitdiffstats
path: root/src/chlists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chlists.c')
-rw-r--r--src/chlists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chlists.c b/src/chlists.c
index 3df824397..397529bbe 100644
--- a/src/chlists.c
+++ b/src/chlists.c
@@ -23,7 +23,7 @@
*/
#include <ch.h>
-#ifndef CH_OPTIMIZE_SPEED
+#if !defined(CH_OPTIMIZE_SPEED) || defined(__DOXIGEN__)
/**
* Inserts a thread into a priority ordered queue.
*