From: rbencina Date: Wed, 24 Jul 2013 15:37:15 +0000 (+0000) Subject: fixed doxygen markup for a few line breaks in the tutorial X-Git-Tag: pa_stable_v19_20140130_r1919~15 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=1ae8d616a91dfe47becab6a0a235d2f1af6ceaf8;p=portaudio fixed doxygen markup for a few line breaks in the tutorial --- 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.