From 7b94384705c7ac496a2d42703a776c5c18a44a76 Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 5 Mar 2021 14:47:44 -0500 Subject: [PATCH] Doxygen fix for underscores --- doc/doxygen/compile.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/doxygen/compile.txt b/doc/doxygen/compile.txt index 1a72527..47b5e47 100644 --- a/doc/doxygen/compile.txt +++ b/doc/doxygen/compile.txt @@ -38,19 +38,19 @@ STK compiles with realtime support on the following flavors of the Unix operatin Linux ALSA - __LINUX_ALSA__, __LITTLE_ENDIAN__ + __LINUX_ALSA__, \__LITTLE_ENDIAN__ asound, pthread Linux OSS (version 4.0 only, use ALSA for MIDI support) - __LINUX_OSS__, __LINUX_ALSA__, __LITTLE_ENDIAN__ + __LINUX_OSS__, \__LINUX_ALSA__, \__LITTLE_ENDIAN__ asound, pthread Linux and Macintosh OS-X Jack - __UNIX_JACK__, __LITTLE_ENDIAN__ + __UNIX_JACK__, \__LITTLE_ENDIAN__ asound, pthread, jack