From 1ae8d616a91dfe47becab6a0a235d2f1af6ceaf8 Mon Sep 17 00:00:00 2001 From: rbencina Date: Wed, 24 Jul 2013 15:37:15 +0000 Subject: [PATCH] fixed doxygen markup for a few line breaks in the tutorial --- doc/src/tutorial/compile_windows.dox | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/tutorial/compile_windows.dox b/doc/src/tutorial/compile_windows.dox index f889680..e235b1c 100644 --- a/doc/src/tutorial/compile_windows.dox +++ b/doc/src/tutorial/compile_windows.dox @@ -39,11 +39,11 @@ Since the preprocessor definitions are different for each configuration and plat 9) Also in the preprocessor definitions you need to explicitly define the audio APIs you wish to use. For Windows the available API definitions are: -PA_USE_ASIO[[BR]] -PA_USE_DS (DirectSound)[[BR]] -PA_USE_WMME (MME)[[BR]] -PA_USE_WASAPI[[BR]] -PA_USE_WDMKS[[BR]] +PA_USE_ASIO
+PA_USE_DS (DirectSound)
+PA_USE_WMME (MME)
+PA_USE_WASAPI
+PA_USE_WDMKS
PA_USE_SKELETON For each of these, the value of 0 indicates that support for this API should not be included. The value 1 indicates that support for this API should be included. -- 2.43.0